From 7615f5eb835a8aa4e4ef6893d6bd4da7ee47c703 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 21 Jan 2022 17:38:38 +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 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 \