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}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BASHIO_VERSION=0.13.1
ENV PAPERLESS_DATA_DIR=/config/paperless_ng
RUN apt-get update \
RUN apt-get update && \
\
&& apt-get clean && \
apt-get update && \
apt-get install -y --no-install-recommends \
apt-get clean && \
apt-get update && \
apt-get install -y --no-install-recommends \
jq \
curl \
cifs-utils \