From d0c1881027dab1132d772a1092667dd037f1a220 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Dec 2021 17:58:49 +0100 Subject: [PATCH] Update 00-aaa_dockerfile_backup.sh --- webtop/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/webtop/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh b/webtop/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh index d76cc3f95..af65dce4c 100644 --- a/webtop/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh +++ b/webtop/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh @@ -6,12 +6,7 @@ if [ ! -f "/usr/bin/bashio" ]; then ################ # Install apps # ################ - apk add --no-cache \ - curl \ - jq \ - cifs-utils \ - keyutils \ - samba + apk add --no-cache $PACKAGES ################### # Install bashio #