Update Dockerfile

This commit is contained in:
Alexandre
2021-11-28 15:51:13 +01:00
committed by GitHub
parent 9f8da29973
commit e79a384741

View File

@@ -3,15 +3,14 @@ ARG BUILD_VERSION
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BASHIO_VERSION=0.13.1 ARG BASHIO_VERSION=0.13.1
ENV PAPERLESS_DATA_DIR=/config/paperless_ng ENV PAPERLESS_DATA_DIR=/config/paperless_ng
RUN apt-get update \ RUN apt-get update && \
\ \
&& apt-get clean && \ apt-get clean && \
apt-get update && \ apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
curl \ curl \
cifs-utils \ cifs-utils \