more cleanup
Some checks failed
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Failing after 5m35s

This commit is contained in:
maurice
2026-03-12 15:30:26 +01:00
parent d987d64ac8
commit a549d67c7e

View File

@@ -47,7 +47,7 @@ RUN . /home/user/.bashrc && rustup component add rust-analyzer && \
# === Cleanup build dependencies === # === Cleanup build dependencies ===
USER root 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 USER user
VOLUME /home/user VOLUME /home/user