mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-05 00:24:58 +02:00
Update Dockerfile
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM coderaiser/cloudcmd:latest
|
FROM coderaiser/cloudcmd:latest
|
||||||
|
|
||||||
# Copy root filesystem
|
|
||||||
COPY rootfs /
|
|
||||||
|
|
||||||
ARG BASHIO_VERSION=0.13.0
|
ARG BASHIO_VERSION=0.13.0
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
@@ -30,12 +27,16 @@ RUN \
|
|||||||
&& rm -rf /tmp/bashio \
|
&& rm -rf /tmp/bashio \
|
||||||
\
|
\
|
||||||
/var/{cache,log}/* \
|
/var/{cache,log}/* \
|
||||||
/var/lib/apt/lists/* \
|
/var/lib/apt/lists/*
|
||||||
\
|
|
||||||
|
# Copy root filesystem
|
||||||
|
COPY rootfs /
|
||||||
|
|
||||||
|
RUN \
|
||||||
###############
|
###############
|
||||||
# Permissions #
|
# Permissions #
|
||||||
###############
|
###############
|
||||||
&& chmod 777 /run.sh
|
chmod 777 /run.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/run.sh" ]
|
ENTRYPOINT [ "/run.sh" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user