New main #2

Closed
Maurice wants to merge 41 commits from Maurice/devcontainer:new-main into main
Showing only changes of commit a549d67c7e - Show all commits
+1 -1
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