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
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -6,6 +6,11 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update --yes && apt upgrade --yes
RUN apt install --yes protobuf-compiler
COPY rust-toolchain.toml /app/
RUN rustup show
RUN rustup show active-toolchain
RUN cargo install cargo-script
RUN apt clean && rm -rf /var/lib/apt/lists/*
Loading