diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 9947e459c..0bc501c04 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -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 \