This commit is contained in:
Alexandre
2022-11-26 23:16:44 +01:00
committed by GitHub
parent 2f5514f2df
commit 95a244ba1b
2 changed files with 4 additions and 4 deletions

View File

@@ -29,8 +29,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_SERVICES_GRACETIME=0
RUN \
apt-get update && \
apt-get install -y cron
apk update && \
apk add -y cron
##################
# 3 Install apps #