Use curl | bash command to fetch LE install script

This commit is contained in:
wpetit 2021-06-01 10:24:13 +02:00
parent 0dd899a291
commit b39c380368
1 changed files with 2 additions and 3 deletions

View File

@ -7,10 +7,9 @@ ARG https_proxy=
ARG TAMARIN_VERSION=develop
RUN apk add --no-cache git docker python3 bash openssl
RUN apk add --no-cache git docker python3 bash openssl curl
COPY add-letsencrypt-ca.sh /usr/local/bin/add-letsencrypt-ca
RUN chmod +x /usr/local/bin/add-letsencrypt-ca && /usr/local/bin/add-letsencrypt-ca
RUN curl -k https://forge.cadoles.com/Cadoles/Jenkins/raw/branch/master/resources/com/cadoles/common/add-letsencrypt-ca.sh | bash
RUN git clone http://forge.cadoles.com/Cadoles/Tamarin /tamarin\
&& cd /tamarin\