Skip to content

Commit

Permalink
fix: add ENV PATH for rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien3d committed Oct 3, 2024
1 parent 5286495 commit bb50edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/debian11/Dockerfile-tyr-worker
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN git config --global url."https://x-access-token:${GITHUB_TOKEN}@github.com/h
RUN git clone -b ${TARTARE_TOOLS_VERSION} --depth 1 https://x-access-token:${GITHUB_TOKEN}@github.com/hove-io/tartare-tools

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:$PATH"

# rustc 1.80.0 broke the compilation
RUN rustup install 1.79.0

Expand Down

0 comments on commit bb50edc

Please sign in to comment.