Update Dockerfile

This commit is contained in:
Alexandre
2025-12-18 15:19:50 +01:00
committed by GitHub
parent 50563cf1a8
commit 0d3d7ce37d

View File

@@ -33,13 +33,10 @@ ENV READ_WRITE_FOLDERS="$READ_WRITE_FOLDERS $NETALERTX_DATA"
COPY --chown=102:102 rootfs/ /
RUN BASHIO_VERSION="0.14.3" && \
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
#mv /tmp/bashio/lib /usr/lib/bashio && \
#ln -s /usr/lib/bashio/bashio /usr/bin/bashio && \
#rm -rf /tmp/bashio && \
\
# Install packages
apk add jq
#rm -rf /tmp/
############
# 5 Labels #