more explicit copy...
ci/woodpecker/push/build Pipeline failed Details

main
gapodo 2023-11-25 23:18:18 +01:00
parent a58ae5d9fb
commit 73f9c65f01
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
cat <<EOF
FROM alpine:latest AS fsprep
COPY ./ /container/
RUN cp /bin/false /container/bin/ \\
RUN cp /bin/false /container/bin/false \\
&& chown 0:0 -R /container \\
&& chmod 755 -R /container/bin \\
&& chmod 775 /container/etc /container/home \\