Skip to content

Commit

Permalink
Here we go guys, Dockerfile problem (part 3)
Browse files Browse the repository at this point in the history
Alright guys, i forgot to add no input option in rustup installation
  • Loading branch information
mansuf committed Jun 5, 2024
1 parent 691f7a5 commit 6de4266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pip install --upgrade pip
RUN apt update && apt install wget
RUN wget https://sh.rustup.rs -O rustup.sh
RUN chmod +x ./rustup.sh
RUN ./rustup.sh
RUN ./rustup.sh -q -y
RUN pip install .[optional]

WORKDIR /downloads
Expand Down

0 comments on commit 6de4266

Please sign in to comment.