diff options
author | UnicronNL <kim.sidney@gmail.com> | 2019-05-12 20:15:11 +0200 |
---|---|---|
committer | UnicronNL <kim.sidney@gmail.com> | 2019-05-12 20:18:28 +0200 |
commit | cf7b51ab6c189400bfe564764205d6f26a10eb9e (patch) | |
tree | 035e345ff7730bbe7e45e0cc066ceb233c151e5c /docker/Dockerfile-armhf | |
parent | 570fabe29a83b223da3d137c19a30a7e66179300 (diff) | |
download | vyos-build-cf7b51ab6c189400bfe564764205d6f26a10eb9e.tar.gz vyos-build-cf7b51ab6c189400bfe564764205d6f26a10eb9e.zip |
rename amd64 to arm for packer download
Diffstat (limited to 'docker/Dockerfile-armhf')
-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 |