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 # # Install apps #
################ ################
apk add --no-cache \ apk add --no-cache \
# bashio
curl \ curl \
jq \ jq \
bash \
# smb mounts
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba \ samba \
bash \
bind-tools \ bind-tools \
# nginx
nginx \ nginx \
\ \
################## ##################