fix: Fix tini download command
gitea/printnatura/pipeline/head There was a failure building this commit
Details
gitea/printnatura/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
0a044ccb22
commit
2ae31cf38e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue