mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:45:40 +02:00
docker: delete CARGO_HOME (#8839)
This commit is contained in:
@@ -39,4 +39,5 @@ RUN apk add --no-cache --virtual .build-deps \
|
||||
&& python tools/pip_install.py --no-cache-dir \
|
||||
--editable src/acme \
|
||||
--editable src/certbot \
|
||||
&& apk del .build-deps
|
||||
&& apk del .build-deps \
|
||||
&& rm -rf ${HOME}/.cargo
|
||||
|
||||
Reference in New Issue
Block a user