Skip to content

Commit

Permalink
chore(Dockerfile): Fix packer url. (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 authored and tomaslin committed May 23, 2018
1 parent 5677fec commit 6d0f875
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 @@ -10,7 +10,7 @@ RUN GRADLE_USER_HOME=cache ./gradlew buildDeb -x test && \
dpkg -i ./rosco-web/build/distributions/*.deb && \
mkdir /packer && \
cd /packer && \
wget https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2linux_amd64.zip && \
wget https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_linux_amd64.zip && \
apt-get install unzip -y && \
unzip packer_1.2.2_linux_amd64.zip && \
rm -rf /workdir
Expand Down

0 comments on commit 6d0f875

Please sign in to comment.