Skip to content

Commit

Permalink
removed -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 9636f99 commit 51f6550
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
FROM nikolaik/python-nodejs







WORKDIR /app

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


Expand Down

0 comments on commit 51f6550

Please sign in to comment.