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

Update Dockerfile

parent a077e9a0
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -21,11 +21,11 @@ RUN chmod +x install_fmt.sh ...@@ -21,11 +21,11 @@ RUN chmod +x install_fmt.sh
# Install Rust & Cargo # Install Rust & Cargo
RUN ./install_rustup.sh RUN ./install_rustup.sh
# Now act as `user`
USER user
# Install Rust nightly # Install Rust nightly
RUN ./install_rust_nightly.sh RUN ./install_rust_nightly.sh
# Install rustfmt-nightly # Install rustfmt-nightly
RUN ./install_fmt.sh 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