From 4b5ec738c00e030c55add2f3d96b4c1af7a06db6 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Tue, 29 Aug 2023 23:24:45 +0200 Subject: [PATCH] Update Dockerfile --- ps3netsrv/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ps3netsrv/Dockerfile b/ps3netsrv/Dockerfile index 4b1a3f4..f8ef20c 100644 --- a/ps3netsrv/Dockerfile +++ b/ps3netsrv/Dockerfile @@ -65,6 +65,7 @@ RUN \ COPY rootfs/ / # Corrects permissions for s6 v3 +RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi RUN if [ -d /etc/s6-overlay ]; then chmod -R 755 /etc/s6-overlay; fi # Build arguments