Skip to content

Commit

Permalink
add -- -y flag in rust installation
Browse files Browse the repository at this point in the history
  • Loading branch information
BukiOffor committed Mar 22, 2024
1 parent 2a7ebfd commit 3bb6dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nikolaik/python-nodejs

WORKDIR /app

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y
ENV PATH /app/.cargo/bin:$PATH


Expand Down

0 comments on commit 3bb6dff

Please sign in to comment.