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