Skip to content

Commit

Permalink
Here we go guys, Dockerfile problem (part 5)
Browse files Browse the repository at this point in the history
GUYS, THE INSTALLER LIBRARY IS THROWING ERROR AGAIN BECAUSE OF RUST IS MISSING AND I WAITING FOR 30 MINUTES FOR THAT WTF
  • Loading branch information
mansuf committed Jun 5, 2024
1 parent 8ef0a44 commit 4413ff4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM python:3.11
COPY . /app
WORKDIR /app
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 -q -y
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 pip install .[optional]

WORKDIR /downloads
Expand Down

0 comments on commit 4413ff4

Please sign in to comment.