diff --git a/Dockerfile b/Dockerfile index 1bc3f3c..c51f44b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN chmod a+x /tmp/ctzcls-cups_1.1.0-2_amd64.deb \ # Fix defunct processeses: https://github.com/jenkinsci/docker-inbound-agent/issues/51 ENV TINI_VERSION v0.19.0 -RUN curl -L -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini \ +RUN curl -LS -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini \ && chmod 755 /tini # Printnatura