finally?
ci/woodpecker/push/build Pipeline was successful
Details
ci/woodpecker/push/build Pipeline was successful
Details
parent
00b948c05b
commit
e5b2ecec93
|
@ -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 \\
|
||||
|
|
Loading…
Reference in New Issue