remove bin/false
ci/woodpecker/push/build Pipeline failed
Details
ci/woodpecker/push/build Pipeline failed
Details
parent
73f9c65f01
commit
cf4955191f
|
@ -3,8 +3,7 @@
|
|||
cat <<EOF
|
||||
FROM alpine:latest AS fsprep
|
||||
COPY ./ /container/
|
||||
RUN cp /bin/false /container/bin/false \\
|
||||
&& 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