From efdda18d837653a3a0252fd845d6596444a36982 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Date: Mon, 10 Mar 2025 10:05:48 +0000 Subject: [PATCH] fix(Dockerfile): silence tini download --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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