no increased verbosity

This commit is contained in:
Brad Warren 2024-09-30 12:56:29 -07:00
parent 0692ef0dd9
commit 3aadd31f30

View file

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