diff options
-rw-r--r-- | docker/Dockerfile-armhf | 2 |
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 |