Update Dockerfile

This commit is contained in:
Alexandre
2021-03-02 11:41:35 +01:00
committed by GitHub
parent 8f0e4b725b
commit f751f49218

View File

@@ -4,6 +4,9 @@ ARG BUILD_UPSTREAM="v2.0.0rc38-ls28"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Copy root filesystem
COPY rootfs /
# Add bashio
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
@@ -20,8 +23,6 @@ RUN apt-get update \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -fr /tmp/bashio.tar.gz
# Copy root filesystem
COPY rootfs /
# MOFIFY DATA PATH
RUN sed -i "s|/data/media|/share/papermerge/media|g" /defaults/papermerge.conf.py \