Cron addition

https://github.com/alexbelgium/hassio-addons/issues/435
This commit is contained in:
Alexandre
2022-11-03 09:43:51 +01:00
committed by GitHub
parent e8990327c0
commit 1e2628eaf1

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"
ENV PACKAGES="nginx cron"
# Automatic apps & bashio
# hadolint ignore=SC2015