Update Dockerfile

This commit is contained in:
Alexandre
2021-08-02 10:52:03 +02:00
committed by GitHub
parent 13779ddafe
commit 845843a705

View File

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