Use curl | bash command to fetch LE install script
This commit is contained in:
parent
0dd899a291
commit
b39c380368
|
@ -7,10 +7,9 @@ ARG https_proxy=
|
||||||
|
|
||||||
ARG TAMARIN_VERSION=develop
|
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 curl -k https://forge.cadoles.com/Cadoles/Jenkins/raw/branch/master/resources/com/cadoles/common/add-letsencrypt-ca.sh | bash
|
||||||
RUN chmod +x /usr/local/bin/add-letsencrypt-ca && /usr/local/bin/add-letsencrypt-ca
|
|
||||||
|
|
||||||
RUN git clone http://forge.cadoles.com/Cadoles/Tamarin /tamarin\
|
RUN git clone http://forge.cadoles.com/Cadoles/Tamarin /tamarin\
|
||||||
&& cd /tamarin\
|
&& cd /tamarin\
|
||||||
|
|
Loading…
Reference in New Issue