Update Dockerfile

This commit is contained in:
Alexandre
2025-08-19 22:03:39 +02:00
committed by GitHub
parent 5e22186d97
commit 899660dfba

View File

@@ -38,6 +38,8 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3015,SC2016
# Add rootfs
COPY rootfs/ /
RUN \
# Install dependencies
echo "Install dependencies" && \
@@ -138,9 +140,6 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# 3 Install apps #
##################
# Add rootfs
COPY rootfs/ /
# Uses /bin for compatibility purposes
# hadolint ignore=DL4005
RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \