From 6d0f875c83075f38409918a15be5cf3e76f3b7a0 Mon Sep 17 00:00:00 2001 From: Jacob Kiefer Date: Wed, 23 May 2018 16:34:38 -0400 Subject: [PATCH] chore(Dockerfile): Fix packer url. (#264) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c9e36b37..9fb8950b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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