fix(Dockerfile): fix tini install
gitea/printnatura/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-03-10 10:16:34 +00:00
parent efdda18d83
commit 88e2935598
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ 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 -LS -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini \
&& chmod 755 /tini
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
# Printnatura