We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89d24d commit e3a6ee4Copy full SHA for e3a6ee4
Dockerfile
@@ -21,6 +21,7 @@ RUN apk --update add \
21
zip=~"${ZIP_VERSION}" \
22
openssl=~"${OPENSSL_VERSION}" \
23
make \
24
+ util-linux \
25
&& \
26
wget -q -O jq "https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64" && \
27
chmod +x jq && mv jq /usr/local/bin/jq \
0 commit comments