From dc65751ee43809fab7a688bd5a92aff5d09116c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <c@elo.tf> Date: Wed, 21 Apr 2021 23:01:26 +0000 Subject: [PATCH] Add cmake --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4193880..385dcb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,10 @@ MAINTAINER elois <c@elo.tf> LABEL version="1.47.0" LABEL description="CI for Rust projects" +# Add cmake +RUN apt-get update; \ + apt-get install -y cmake + # Install fmt and clippy RUN rustup component add rustfmt && rustup component add clippy -- GitLab