Skip to content

Commit

Permalink
use pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed Aug 9, 2024
1 parent 2ea86db commit 2478cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN ARCH=$(dpkg --print-architecture) \
# Install Rust for orjson
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN pip install maturin
RUN pip3 install maturin

# Make directory for app
WORKDIR /usr/src/app
Expand Down

0 comments on commit 2478cad

Please sign in to comment.