Update Dockerfile

This commit is contained in:
Alexandre
2021-10-20 20:45:39 +02:00
committed by GitHub
parent 05a8a35338
commit 8e310d08ed

View File

@@ -11,7 +11,7 @@ ARG TEMPIO_VERSION=2021.01.0
ARG BUILD_ARCH ARG BUILD_ARCH
# Copy root filesystem # Copy root filesystem
# COPY rootfs / COPY rootfs /
RUN \ RUN \
################ ################
@@ -32,7 +32,13 @@ RUN \
| tar -xzf - --strip 1 -C /tmp/bashio \ | tar -xzf - --strip 1 -C /tmp/bashio \
&& mv /tmp/bashio/lib /usr/lib/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -rf /tmp/bashio && rm -rf /tmp/bashio\
\
################
# Modify image #
################
&& chmod +x 775 /docker-entrypoint.sh
################ ################
# Modify image # # Modify image #
################ ################