Fix script

This commit is contained in:
Alexandre
2026-02-04 15:59:55 +01:00
committed by GitHub
parent b01aff69c7
commit 35f05b0e93
109 changed files with 109 additions and 109 deletions

View File

@@ -40,7 +40,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3015,SC2016
# Add rootfs
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 {} \;
RUN \
# Install dependencies
echo "Install dependencies" && \