Update Dockerfile

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

View File

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