Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiacomel authored Jul 29, 2019
1 parent 9d1ced8 commit 053208d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ RUN apt-get update && \
pip install 'ansible>=2.7,<2.8' netaddr boto3 boto dnsimple pyOpenSSL awscli && \
pip install git+https://github.com/ansible/molecule.git@2.19 && \
cd $TMPDIR && \
wget --quiet https://releases.hashicorp.com/terraform/0.11.11/terraform_0.11.11_linux_amd64.zip && \
unzip terraform_0.11.11_linux_amd64.zip && \
wget --quiet https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_linux_amd64.zip && \
unzip terraform_0.11.14_linux_amd64.zip && \
mv ./terraform /usr/local/bin/ && \
rm terraform_0.11.11_linux_amd64.zip && \
rm terraform_0.11.14_linux_amd64.zip && \
wget --quiet https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_linux_amd64.zip && \
unzip packer_1.3.2_linux_amd64.zip && \
mv ./packer /usr/local/bin/ && \
Expand Down

0 comments on commit 053208d

Please sign in to comment.