docker: delete CARGO_HOME (#8839)

This commit is contained in:
alexzorin
2021-05-11 01:03:35 +02:00
committed by GitHub
parent c788820f5d
commit c48adc5753
+2 -1
View File
@@ -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