From 2ae31cf38e8bfe959979041d38fe9d66d813eab2 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Date: Mon, 10 Mar 2025 09:56:17 +0000 Subject: [PATCH] fix: Fix tini download command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2eba5c6..1bc3f3c 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 wget -O /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini \ +RUN curl -L -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini \ && chmod 755 /tini # Printnatura