diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index 002589a64..5fb3ee15e 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -31,11 +31,6 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # 3 Install apps # ################## -# Corrects permissions for s6 v3 -RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ - if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi - ################ # 4 Entrypoint # ################