From 63ee8f6865cb0758e7b2bb58e111801d5f0442e9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Dec 2021 19:17:53 +0100 Subject: [PATCH] Update 00-aaa_dockerfile_backup.sh --- webtop/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 af65dce4c..329b0573f 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,7 +6,7 @@ if [ ! -f "/usr/bin/bashio" ]; then ################ # Install apps # ################ - apk add --no-cache $PACKAGES + apk add --no-cache $PACKAGES ################### # Install bashio #