Skip to content

Commit

Permalink
Fix rustc path
Browse files Browse the repository at this point in the history
  • Loading branch information
andresp committed Jul 2, 2022
1 parent 94ad141 commit 8f59be0
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 @@ -13,7 +13,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1
COPY requirements.txt .
RUN curl https://sh.rustup.rs -sSf -o install-rust.sh
RUN sh install-rust.sh -q -y
RUN source $HOME/.cargo/env
RUN export PATH="$HOME/.cargo/bin:$PATH"
RUN python -m pip install -r requirements.txt

FROM python:3.10.5-slim-bullseye as build-image
Expand Down

0 comments on commit 8f59be0

Please sign in to comment.