Update Dockerfile

This commit is contained in:
Alexandre
2021-12-10 20:32:36 +01:00
committed by GitHub
parent 7713a4fc3b
commit 0a987b2246

View File

@@ -41,7 +41,14 @@ RUN $(ls /bin/bash &>/dev/null) || (apt-get install -y --no-install-recommends b
/automatic_packages.sh "$PACKAGES" && \
rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE
### LABELS
##############
# Entrypoint #
##############
##########
# Labels #
##########
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_DESCRIPTION