From cf7b51ab6c189400bfe564764205d6f26a10eb9e Mon Sep 17 00:00:00 2001 From: UnicronNL Date: Sun, 12 May 2019 20:15:11 +0200 Subject: rename amd64 to arm for packer download --- docker/Dockerfile-armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3