Update Dockerfile

This commit is contained in:
Alexandre
2022-11-21 21:29:00 +01:00
committed by GitHub
parent c74c0c88f0
commit c597e4299b

View File

@@ -88,7 +88,7 @@ RUN false && if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update &
&& curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/automatic_packages.sh" --output /automatic_packages.sh \
&& chmod 777 /automatic_packages.sh \
&& eval /./automatic_packages.sh "${PACKAGES:-}" \
&& rm /automatic_packages.sh || (printf '%s\n' "${PACKAGES:-}" > /ENVFILE)
&& rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE
################
# 4 Entrypoint #