reset envvar

This commit is contained in:
Brad Warren 2024-09-25 07:01:36 -07:00
parent 7c7b0026a6
commit 864033aac8

View file

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