From 660171afae11124757078bc4c1bb88d651a05ad6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Jul 2022 19:51:53 +0200 Subject: [PATCH] Update Dockerfile --- unpackerr/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) 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 # ################