From 41fc1e66c11f50451e5ee4000174b8b34b7894f3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 21 Jan 2022 14:16:44 +0100 Subject: [PATCH] Update Dockerfile --- addons_updater/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \