Update Dockerfile

This commit is contained in:
Alexandre
2021-11-27 19:20:51 +01:00
committed by GitHub
parent 676d0d45a1
commit 78ca26c92d

View File

@@ -9,12 +9,15 @@ ENV PAPERLESS_DATA_DIR=/config/paperless_ng
RUN apt-get update \
\
&& apt-get install -y --no-install-recommends \
jq \
samba \
smbclient \
\
&& apt-get -y upgrade cifs-utils \
&& apt-get clean && \
apt-get update && \
apt-get install -y --no-install-recommends \
jq \
curl \
cifs-utils \
keyutils \
smbclient \
samba \
\
##################
# Install bashio #