Merge remote-tracking branch 'origin/pull/76/head' into staging

This commit is contained in:
ryan 2024-03-14 20:39:34 -04:00
commit c6d8c851df
No known key found for this signature in database
GPG key ID: 8E401478A3FBEF72

View file

@ -3,8 +3,8 @@ COPY --from=stagex/stage3 . /
WORKDIR rootfs
RUN <<-EOF
install -d -m0750 root
install -d -m0644 etc
install -d -m0644 usr
install -d -m0755 etc
install -d -m0755 usr
install -d -m1777 tmp
install -d -m1777 var/tmp
install -d -m1777 var/spool/mail