Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-12-05 17:56:40 +01:00
committed by GitHub
parent 7c6561fe10
commit 27035a89ca

View File

@@ -6,16 +6,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
################ ################
# Install apps # # Install apps #
################ ################
apk add --no-cache \ apk add --no-cache $PACKAGES
curl \
jq \
bash \
cifs-utils \
keyutils \
samba \
samba-client \
bind-tools \
nginx
################### ###################
# Install bashio # # Install bashio #