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

Update Dockerfile

parent 39e258c6
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -15,17 +15,9 @@ ENV USER user ...@@ -15,17 +15,9 @@ ENV USER user
# External scripts # External scripts
ADD . /home/user ADD . /home/user
RUN chmod +x install_rustup.sh RUN chmod +x install_rustup.sh
RUN chmod +x install_rust_nightly.sh
RUN chmod +x install_fmt.sh
# Install Rust & Cargo # Install Rust & Cargo
RUN ./install_rustup.sh RUN ./install_rustup.sh
# Install Rust nightly
RUN ./install_rust_nightly.sh
# Install rustfmt-nightly
RUN ./install_fmt.sh
# Now act as `user` # Now act as `user`
USER 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.
Finish editing this message first!
Please register or to comment