Update Dockerfile

This commit is contained in:
Alexandre
2026-02-03 20:57:35 +01:00
committed by GitHub
parent 0562435481
commit 4967f67315

View File

@@ -91,7 +91,7 @@ RUN \
##################
# Copy local files
COPY rootfs/ /
RUN find . -type f \( -name "*.sh" -o -name "run" -o -name "finish"\) -print -exec chmod +x {} \;
RUN find . -type f \( -name "*.sh" -o -name "run" -o -name "finish" \) -print -exec chmod +x {} \;
# Uses /bin for compatibility purposes
# hadolint ignore=DL4005