finally?
ci/woodpecker/push/build Pipeline was successful Details

main
gapodo 2023-11-25 23:32:43 +01:00
parent 00b948c05b
commit e5b2ecec93
2 changed files with 1 additions and 2 deletions

View File

View File

@ -3,8 +3,7 @@
cat <<EOF
FROM alpine:latest AS fsprep
COPY . /container/
RUN ls -l /container \\
&& chown 0:0 -R /container \\
RUN chown 0:0 -R /container \\
&& chmod 755 -R /container/bin \\
&& chmod 775 /container/etc /container/home \\
&& chmod 644 /container/etc/passwd /container/etc/group \\