mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-19 12:30:32 +02:00
Update Dockerfile
This commit is contained in:
@@ -29,6 +29,9 @@ RUN apt-get update \
|
|||||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
||||||
&& rm -rf /tmp/bashio l
|
&& rm -rf /tmp/bashio l
|
||||||
|
|
||||||
|
# copy local files
|
||||||
|
COPY rootfs/ /
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
#################
|
#################
|
||||||
# Correct image #
|
# Correct image #
|
||||||
@@ -46,9 +49,6 @@ RUN \
|
|||||||
# Change config location
|
# Change config location
|
||||||
&& sed -i "s|/config|$PAPERLESS_DATA_DIR|g" /etc/cont-init.d/*
|
&& sed -i "s|/config|$PAPERLESS_DATA_DIR|g" /etc/cont-init.d/*
|
||||||
|
|
||||||
# copy local files
|
|
||||||
COPY rootfs/ /
|
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|||||||
Reference in New Issue
Block a user