Removed cron

This commit is contained in:
Alexandre
2022-11-05 22:55:21 +01:00
committed by GitHub
parent 989987c351
commit 5e16902694

View File

@@ -55,7 +55,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& chmod -R 755 /etc/cont-init.d || printf '%s\n' "${MODULES}" >/MODULESFILE
# Manual apps
ENV PACKAGES="nginx cron"
ENV PACKAGES="nginx"
# Automatic apps & bashio
# hadolint ignore=SC2015