mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user