add auto options

This commit is contained in:
Alexandre
2022-02-05 19:28:41 +01:00
parent 8be9a1dcfc
commit 441989f2b6
7 changed files with 137 additions and 14 deletions

View File

@@ -47,7 +47,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=""
ENV PACKAGES="cron"
# Automatic apps & bashio
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 \