Skip to content
Snippets Groups Projects

build the pipelines image from Dockerfile

Merged STEVAN Antoine requested to merge freeze-ci-env-in-docker into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -8,6 +8,7 @@ RUN apt update --yes && apt upgrade --yes
RUN apt install --yes protobuf-compiler
RUN rustup toolchain install 1.78
RUN rustup component add clippy rust-analyzer rustfmt
RUN rustup show
RUN rustup show active-toolchain
Loading