diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 3d61dc8e9..d085c8ef9 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -40,7 +40,8 @@ RUN \ \ && curl -L -s \ "https://github.com/portainer/portainer/releases/download/${BUILD_UPSTREAM}/portainer-${BUILD_UPSTREAM}-linux-${ARCH}.tar.gz" \ - | tar zxvf - -C /opt/ + | tar zxvf - -C /opt/ || printf '%s\n' "${BUILD_UPSTREAM}" > /PORTFILE + ################## # 3 Install apps #