From a549d67c7ea793647fe4fc7c117b10f4d91ef8e2 Mon Sep 17 00:00:00 2001 From: maurice Date: Thu, 12 Mar 2026 15:30:26 +0100 Subject: [PATCH] more cleanup --- containers/base/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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