Skip to content

Commit

Permalink
Specify default toolchain in rustup install
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jun 24, 2024
1 parent 1603020 commit c6fad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get install -y fontconfig
RUN apt-get install -y gcc-multilib g++-multilib
RUN apt-get install -y libxkbcommon-dev libegl-dev
RUN apt-get install -y zstd curl
RUN bash -c "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal -y"
RUN bash -c "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain stable -y"
ENV PATH=/root/.cargo/bin:$PATH
RUN pip3 install "virtualenv<20" pygithub

Expand Down

0 comments on commit c6fad1e

Please sign in to comment.