fix certbot

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-12-05 16:48:06 -08:00
parent f163f78969
commit a783b38b1b
No known key found for this signature in database
GPG Key ID: E34EC3D4E4953C4A

View File

@ -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 \