diff --git a/filebrowser/rootfs/scripts/00-aaa_dockerfile_backup.sh b/filebrowser/rootfs/scripts/00-aaa_dockerfile_backup.sh index f2bfc5e17..a70d9b871 100644 --- a/filebrowser/rootfs/scripts/00-aaa_dockerfile_backup.sh +++ b/filebrowser/rootfs/scripts/00-aaa_dockerfile_backup.sh @@ -6,16 +6,7 @@ if [ ! -f "/usr/bin/bashio" ]; then ################ # Install apps # ################ - apk add --no-cache \ - curl \ - jq \ - bash \ - cifs-utils \ - keyutils \ - samba \ - samba-client \ - bind-tools \ - nginx + apk add --no-cache $PACKAGES ################### # Install bashio #