Dockerfile backup script

This commit is contained in:
Alexandre
2021-11-26 13:25:30 +01:00
parent b048364a84
commit 3d52a905f1
11 changed files with 121 additions and 133 deletions

View File

@@ -7,15 +7,15 @@ if [ ! -f "/usr/bin/bashio" ]; then
# Install apps #
################
apk add --no-cache \
curl \
jq \
bash \
cifs-utils \
keyutils \
samba \
samba-client \
bind-tools \
nginx
curl \
jq \
bash \
cifs-utils \
keyutils \
samba \
samba-client \
bind-tools \
nginx
###################
# Install bashio #
@@ -33,7 +33,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
########################################
mkdir -p -m 777 /config/filebrowser || true
) >/dev/null 2>/aaa && \
echo "Bashio installed" | cat /aaa
) >/dev/null
fi