Skip to content

Commit

Permalink
Here we go guys, Dockerfile problem (part 6)
Browse files Browse the repository at this point in the history
YOU MUST ACTIVATE THE SOURCE IN ORDER TO USE RUST ? BRUH
  • Loading branch information
mansuf committed Jun 5, 2024
1 parent 4413ff4 commit ba78c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt update && apt install wget
RUN wget https://sh.rustup.rs -O rustup.sh
RUN chmod +x ./rustup.sh
RUN ./rustup.sh -q -y
RUN . "$HOME/.cargo/env"
RUN pip install .[optional]

WORKDIR /downloads
Expand Down

0 comments on commit ba78c56

Please sign in to comment.