Update Dockerfile

This commit is contained in:
Alexandre
2022-06-09 19:38:38 +02:00
committed by GitHub
parent b13cef4be2
commit 3e07b0550b

View File

@@ -43,7 +43,9 @@ RUN \
\
&& curl -f -L -s \
"https://github.com/portainer/portainer/releases/download/${BUILD_UPSTREAM}/portainer-${BUILD_UPSTREAM}-linux-${ARCH}.tar.gz" \
| tar zxvf - -C /opt/ || printf '%s\n' "${BUILD_UPSTREAM}" > /PORTFILE
| tar zxvf - -C /opt/ || printf '%s\n' "${BUILD_UPSTREAM}" > /PORTFILE \
\
&& chmod 777 /etc/services.d/*/*
##################