summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorUnicronNL <kim.sidney@gmail.com>2019-05-12 20:15:11 +0200
committerUnicronNL <kim.sidney@gmail.com>2019-05-12 20:15:11 +0200
commit772dc74e1a2457c968110834040a3ca39c3d325d (patch)
tree81744afbecb00205e05b234eb3f237a4ed235d48 /docker
parent26356320f5da9a869b0dc7f57c07d1303505679a (diff)
downloadvyos-build-772dc74e1a2457c968110834040a3ca39c3d325d.tar.gz
vyos-build-772dc74e1a2457c968110834040a3ca39c3d325d.zip
rename amd64 to arm for packer download
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile-armhf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile-armhf b/docker/Dockerfile-armhf
index d26c5d97..71b5b8bf 100644
--- a/docker/Dockerfile-armhf
+++ b/docker/Dockerfile-armhf
@@ -327,7 +327,7 @@ RUN echo 'deb http://ftp.debian.org/debian stretch main' | tee -a /etc/apt/sourc
# Install packer
RUN export LATEST="$(curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | \
jq -r -M '.current_version')"; \
- echo "url https://releases.hashicorp.com/packer/"$LATEST"/packer_"$LATEST"_linux_amd64.zip" |\
+ echo "url https://releases.hashicorp.com/packer/"$LATEST"/packer_"$LATEST"_linux_arm.zip" |\
curl -K- | gzip -d > /usr/bin/packer && \
chmod +x /usr/bin/packer