Skip to content

Commit

Permalink
remove build-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tgadiev authored Nov 2, 2019
1 parent 2a2c09b commit 03c41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV MOLECULE_VERSION=${MOLECULE_VERSION}
LABEL maintainer="[email protected]"

RUN apk add -U python3 bash jq git && \
apk add --no-cache .build-deps python3-dev gcc rsync make openssl-dev libffi-dev musl-dev linux-headers openssh-client \
apk add --no-cache python3-dev gcc rsync make openssl-dev libffi-dev musl-dev linux-headers openssh-client \
&& rm -rf /var/cache/apk/* && wget --quiet https://releases.hashicorp.com/terraform/0.12.13/terraform_0.12.13_linux_amd64.zip \
&& unzip terraform_0.12.13_linux_amd64.zip && mv terraform /usr/bin/ && rm terraform_0.12.13_linux_amd64.zip && \
pip3 install --no-cache --upgrade pip wheel pywinrm[credssp] boto boto3 \
Expand Down

0 comments on commit 03c41ef

Please sign in to comment.