Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-12-05 17:58:49 +01:00
committed by GitHub
parent a89190c48c
commit d0c1881027

View File

@@ -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 #