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
# External scripts
ADD . /home/user
RUN chmod +x install_rustup.sh
RUN chmod +x install_rust_nightly.sh
RUN chmod +x install_fmt.sh
# Install Rust & Cargo
RUN ./install_rustup.sh
# 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