diff --git a/containers/base/Containerfile b/containers/base/Containerfile index 8c1876b..0bd01d4 100644 --- a/containers/base/Containerfile +++ b/containers/base/Containerfile @@ -47,7 +47,7 @@ RUN . /home/user/.bashrc && rustup component add rust-analyzer && \ # === Cleanup build dependencies === USER root -RUN dnf remove -y openssl-devel && dnf clean all +RUN dnf remove -y openssl-devel && dnf clean all && rm -rf /home/user/.cargo USER user VOLUME /home/user