Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicklesworthstone authored Sep 26, 2023
1 parent 8a770a1 commit 3d406bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ RUN apt-get update && apt-get install -y \
sudo && \
rm -rf /var/lib/apt/lists/*

# Install latest Rust and Cargo using rustup
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

# Upgrade pip and install wheel
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install wheel
Expand Down

0 comments on commit 3d406bb

Please sign in to comment.