Update Dockerfile

This commit is contained in:
Alexandre
2021-08-09 17:22:31 +02:00
committed by GitHub
parent cc3ed01a64
commit 692e66ca79

View File

@@ -8,16 +8,13 @@ RUN \
# Install apps # # Install apps #
################ ################
apk add --no-cache \ apk add --no-cache \
# bashio
curl \ curl \
jq \ jq \
bash \ bash \
# smb mounts
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba \ samba \
bind-tools \ bind-tools \
# nginx
nginx \ nginx \
\ \
################## ##################