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