Skip to content
Snippets Groups Projects
Commit 8ab1339a authored by Pascal Engélibert's avatar Pascal Engélibert :bicyclist:
Browse files

Update Dockerfile

parent b1358e7f
No related branches found
No related tags found
No related merge requests found
Pipeline #6765 passed
...@@ -18,11 +18,9 @@ USER builduser ...@@ -18,11 +18,9 @@ USER builduser
# install rustup # install rustup
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH /home/builduser/.cargo/bin:$PATH
RUN rustup install stable RUN rustup install stable
RUN rustup default stable RUN rustup default stable
# rustup directory
ENV PATH /home/builduser/.cargo/bin:$PATH
# install cargo-arch # install cargo-arch
RUN cargo install --git https://github.com/ZettaScript/cargo-arch RUN cargo install --git https://github.com/ZettaScript/cargo-arch
\ 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