Skip to content

Commit

Permalink
Merge pull request salt-formulas#58 from ben-st/work
Browse files Browse the repository at this point in the history
remove not needed command
  • Loading branch information
adrianchifor authored Apr 4, 2018
2 parents 674d089 + 3fe2f35 commit 96cba9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.6-alpine

RUN apk add --update --no-cache git g++ make libstdc++ gnupg musl-dev && \
RUN apk add --no-cache git g++ make libstdc++ gnupg musl-dev && \
mkdir /kapitan

WORKDIR /kapitan
Expand Down
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 util-linux && \
RUN apk add --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 96cba9f

Please sign in to comment.