mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix certbot
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
f163f78969
commit
a783b38b1b
|
@ -21,7 +21,7 @@ RUN buildDeps=' \
|
|||
&& apk --no-cache add $buildDeps \
|
||||
&& pip3 install acme \
|
||||
&& 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 install --prefix=/usr || return 1 \
|
||||
&& rm -rf /usr/src/certbot \
|
||||
|
|
Loading…
Reference in New Issue
Block a user