Update Dockerfile

This commit is contained in:
Alexandre
2022-01-16 16:53:24 +01:00
committed by GitHub
parent 7ee9f765eb
commit 7f9edc2ded

View File

@@ -55,7 +55,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
rm -rf /tmpscripts || printf '%s\n' "${MODULES:-}" > /MODULESFILE
# Manual apps
ENV PACKAGES="cron"
ENV PACKAGES="cron mariadb-client"
# 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 && \