From 4ef6bf8729980df4a97f9aa98eff40317ad78795 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 3 Dec 2021 09:58:01 +0100 Subject: [PATCH] Update Dockerfile --- portainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 817a9b69e..d34ba857e 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BUILD_ARCH +ARG BUILD_ARCH=amd64 RUN \ if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \ && if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm"; fi \