diff --git a/addons_updater/Dockerfile b/addons_updater/Dockerfile index 58025d1ab..f5d353c15 100644 --- a/addons_updater/Dockerfile +++ b/addons_updater/Dockerfile @@ -41,7 +41,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="lastversion" +ENV PACKAGES="" # 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 \