mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
@@ -21,7 +21,7 @@ RUN buildDeps=' \
|
|||||||
&& apk --no-cache add $buildDeps \
|
&& apk --no-cache add $buildDeps \
|
||||||
&& pip3 install acme \
|
&& pip3 install acme \
|
||||||
&& git clone --depth 1 --branch "v$CERTBOT_VERSION" https://github.com/certbot/certbot /usr/src/certbot \
|
&& git clone --depth 1 --branch "v$CERTBOT_VERSION" https://github.com/certbot/certbot /usr/src/certbot \
|
||||||
&& cd /usr/src/certbot \
|
&& cd /usr/src/certbot/certbot \
|
||||||
&& python3 setup.py build || return 1 \
|
&& python3 setup.py build || return 1 \
|
||||||
&& python3 setup.py install --prefix=/usr || return 1 \
|
&& python3 setup.py install --prefix=/usr || return 1 \
|
||||||
&& rm -rf /usr/src/certbot \
|
&& rm -rf /usr/src/certbot \
|
||||||
|
|||||||
Reference in New Issue
Block a user