fix(Dockerfile): fix tini install
gitea/printnatura/pipeline/head This commit looks good
Details
gitea/printnatura/pipeline/head This commit looks good
Details
This commit is contained in:
parent
efdda18d83
commit
88e2935598
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue