mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
reset envvar
This commit is contained in:
parent
7c7b0026a6
commit
864033aac8
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ RUN apk add --no-cache --virtual .build-deps \
|
|||
cargo \
|
||||
git \
|
||||
pkgconfig \
|
||||
&& CARGO_LOG=trace CARGO_TERM_VERBOSE=1 python tools/pip_install.py --no-cache-dir \
|
||||
&& CARGO_LOG=trace CARGO_TERM_VERBOSE=true python tools/pip_install.py --no-cache-dir \
|
||||
--editable src/acme \
|
||||
--editable src/certbot \
|
||||
&& apk del .build-deps \
|
||||
|
|
|
|||
Loading…
Reference in a new issue