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
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -10,8 +10,6 @@ RUN apt install --yes protobuf-compiler
RUN rustup toolchain install 1.78
RUN rustup default 1.78
RUN rustup component add clippy rust-analyzer rustfmt
RUN rustup show
RUN rustup show active-toolchain
RUN cargo install cargo-script
Loading