Skip to content
Snippets Groups Projects
Commit 2002c5ca authored by Éloïs's avatar Éloïs
Browse files

Update Dockerfile

parent dc65751e
No related branches found
No related tags found
No related merge requests found
Pipeline #11990 passed
FROM rust:latest
MAINTAINER elois <c@elo.tf>
LABEL version="1.47.0"
LABEL version="1.51.6"
LABEL description="CI for Rust projects"
# Add cmake
......@@ -10,5 +10,5 @@ RUN apt-get update; \
# Install fmt and clippy
RUN rustup component add rustfmt && rustup component add clippy
# install cargo deb and cargo deny and cargo tarpaulin
RUN cargo install cargo-deb && cargo install cargo-deny && cargo install cargo-tarpaulin
# install cargo-deb, cargo-deny, cargo-tarpaulin and conventional_commits_linter
RUN cargo install cargo-deb && cargo install cargo-deny && cargo install cargo-tarpaulin && cargo install conventional_commits_linter --version ^0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment