Update Dockerfile

This commit is contained in:
Alexandre
2022-11-26 22:48:57 +01:00
committed by GitHub
parent a81954b896
commit ef6fc40610

View File

@@ -28,6 +28,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0 S6_SERVICES_GRACETIME=0
RUN \
apt-get update && \
apt-get install -y cron
################## ##################
# 3 Install apps # # 3 Install apps #