Skip to content
Snippets Groups Projects
Commit c495bf09 authored by Éloïs's avatar Éloïs
Browse files

Update Dockerfile

parent a077e9a0
Branches
Tags
No related merge requests found
Pipeline #
......@@ -21,11 +21,11 @@ RUN chmod +x install_fmt.sh
# Install Rust & Cargo
RUN ./install_rustup.sh
# Now act as `user`
USER user
# Install Rust nightly
RUN ./install_rust_nightly.sh
# Install rustfmt-nightly
RUN ./install_fmt.sh
# Now act as `user`
USER user
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment