diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index 8f31c2096..417e68dd5 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -27,6 +27,11 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +RUN \ + rm -r /etc/s6*/s6*/service-pia && \ + rm -r /etc/s6*/s6*/service-privoxy && \ + rm -r /etc/s6*/s6*/service-proton + # Global LSIO modifications #ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" #ARG CONFIGLOCATION="/config"