mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
no increased verbosity
This commit is contained in:
parent
0692ef0dd9
commit
3aadd31f30
1 changed files with 1 additions and 2 deletions
|
|
@ -35,8 +35,7 @@ RUN apk add --no-cache --virtual .build-deps \
|
|||
cargo \
|
||||
git \
|
||||
pkgconfig \
|
||||
&& CARGO_LOG=trace CARGO_TERM_VERBOSE=true python tools/pip_install.py \
|
||||
--no-cache-dir -vvv \
|
||||
&& python tools/pip_install.py --no-cache-dir \
|
||||
--editable src/acme \
|
||||
--editable src/certbot \
|
||||
&& apk del .build-deps \
|
||||
|
|
|
|||
Loading…
Reference in a new issue