Update Dockerfile

This commit is contained in:
Alexandre
2023-01-08 09:35:10 +01:00
committed by GitHub
parent 972f10a912
commit 84a71a3a3a

View File

@@ -98,7 +98,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi
# Modules
ARG MODULES="00-banner.sh 01-custom_script.sh"
ARG MODULES="01-custom_script.sh"
# Automatic modules download
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash) >/dev/null; fi \