Skip to content

Commit e3a6ee4

Browse files
authored
added util linux
1 parent c89d24d commit e3a6ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apk --update add \
2121
zip=~"${ZIP_VERSION}" \
2222
openssl=~"${OPENSSL_VERSION}" \
2323
make \
24+
util-linux \
2425
&& \
2526
wget -q -O jq "https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64" && \
2627
chmod +x jq && mv jq /usr/local/bin/jq \

0 commit comments

Comments
 (0)