Update Dockerfile

This commit is contained in:
Alexandre
2021-08-02 11:30:07 +02:00
committed by GitHub
parent 113d50f71e
commit 981fc07949

View File

@@ -12,12 +12,12 @@ RUN \
################ ################
apt-get update \ apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
jq \ jq \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba \ samba \
nginx \ nginx \
&& apt-get clean && apt-get clean \
\ \
################## ##################
# Install bashio # # Install bashio #