Skip to content

Commit

Permalink
Merge pull request salt-formulas#54 from deepmind/ci-utils
Browse files Browse the repository at this point in the history
Added util-linux to CI packages
  • Loading branch information
ramaro authored Apr 4, 2018
2 parents 87a5898 + 847ed0b commit 674d089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM google/cloud-sdk:alpine

RUN apk add --update --no-cache python3-dev git g++ make libstdc++ gnupg musl-dev && \
RUN apk add --update --no-cache python3-dev git g++ make libstdc++ gnupg musl-dev util-linux && \
python3 -m ensurepip && \
rm -r /usr/lib/python*/ensurepip && \
pip3 install --upgrade --no-cache-dir pip setuptools && \
Expand Down

0 comments on commit 674d089

Please sign in to comment.