mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-02 12:08:46 +02:00
Refactor Dockerfile by cleaning up commands
Removed unnecessary chmod command and commented out bashio installation.
This commit is contained in:
@@ -31,9 +31,7 @@ ENV READ_WRITE_FOLDERS="$READ_WRITE_FOLDERS $NETALERTX_DATA"
|
|||||||
|
|
||||||
# Add rootfs
|
# Add rootfs
|
||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
RUN chmod 755 /etc/cont-init.d/32-ingress.sh /etc/cont-init.d/99-run.sh && \
|
RUN # Install bashio
|
||||||
\
|
|
||||||
# Install bashio
|
|
||||||
BASHIO_VERSION="0.14.3" && \
|
BASHIO_VERSION="0.14.3" && \
|
||||||
mkdir -p /tmp/bashio && \
|
mkdir -p /tmp/bashio && \
|
||||||
curl -f -L -s -S "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | tar -xzf - --strip 1 -C /tmp/bashio && \
|
curl -f -L -s -S "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | tar -xzf - --strip 1 -C /tmp/bashio && \
|
||||||
|
|||||||
Reference in New Issue
Block a user