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 install -y --no-install-recommends \
jq \
cifs-utils \
keyutils \
samba \
nginx \
&& apt-get clean
jq \
cifs-utils \
keyutils \
samba \
nginx \
&& apt-get clean \
\
##################
# Install bashio #