From 427a19b6431ff37b4884d6fe063553de6aa23ee1 Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Tue, 2 Dec 2025 11:31:53 +0800 Subject: [PATCH] Remove cargo config also in `.zshenv` (#14267) --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b970fcd19..1458a0011 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -295,7 +295,7 @@ RUN --mount=type=cache,target=/root/.cache/pip curl --proto '=https' --tlsv1.2 - && ulimit -n 65536 && maturin build --release --features vendored-openssl --out dist \ && python3 -m pip install --force-reinstall dist/*.whl \ && rm -rf /root/.cargo /root/.rustup target dist ~/.cargo \ - && sed -i '/\.cargo\/env/d' /root/.profile /root/.bashrc 2>/dev/null || true + && sed -i '/\.cargo\/env/d' /root/.profile /root/.bashrc /root/.zshenv 2>/dev/null || true # Add yank script