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