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
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
@@ -13,8 +13,7 @@ RUN apk add --no-cache \
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup toolchain install 1.78
RUN rustup default 1.78
RUN rustup component add clippy rust-analyzer rustfmt
COPY rust-toolchain.toml /
RUN rustup show && cargo --version
RUN cargo install cargo-script
Loading