Update Dockerfile

This commit is contained in:
Alexandre
2021-12-09 06:47:23 +01:00
committed by GitHub
parent e89a218f05
commit aedeecb029

View File

@@ -41,6 +41,12 @@ RUN $(curl --help &>/dev/null) || (apt-get install -y --no-install-recommends cu
/automatic_packages.sh && \
rm /automatic_packages.sh || true
# Entrypoint logic
#RUN chmod 777 /entrypoint.sh
#WORKDIR [ "/" ]
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/entrypoint.sh" ]
### LABELS
ARG BUILD_ARCH
ARG BUILD_DATE