forked from Job79/devcontainer
more cleanup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user