This commit is contained in:
Alexandre
2021-12-01 22:07:13 +01:00
parent 6aa490e8bd
commit 3280733006
48 changed files with 150 additions and 99 deletions

View File

@@ -8,16 +8,17 @@ ENV PAPERLESS_DATA_DIR=/config/paperless_ng
RUN apt-get update && \
\
apt-get clean && \
apt-get update && \
apt-get install -y --no-install-recommends \
jq \
curl \
cifs-utils \
keyutils \
smbclient \
samba \
yamllint \
apt-get clean && \
apt-get update && \
apt-get install -y --no-install-recommends \
jq \
yq \
curl \
cifs-utils \
keyutils \
smbclient \
samba \
yamllint \
\
##################
# Install bashio #

View File

@@ -6,18 +6,18 @@ if [ ! -f "/usr/bin/bashio" ]; then
################
# Install apps #
################
apt-get clean &&
apt-get update &&
apt-get install -y --no-install-recommends \
jq \
curl \
cifs-utils \
keyutils \
smbclient \
samba \
yamllint
apt-get clean &&
apt-get update &&
apt-get install -y --no-install-recommends \
jq \
yq \
curl \
cifs-utils \
keyutils \
smbclient \
samba \
yamllint
###################
# Install bashio #