Update Dockerfile

This commit is contained in:
Alexandre
2021-12-19 18:19:08 +01:00
committed by GitHub
parent 37c1f6d7d8
commit 14a39969e7

View File

@@ -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 #