From bc12541885b2f01cd4b262cefea2b5415a7e29a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Fri, 1 Mar 2019 23:30:54 +0000 Subject: [PATCH] Upgrade rust to 1.33 & add cargo-deb --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9f741b..51b2b9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust MAINTAINER elois <elois@ifee.fr> -LABEL version="0.1" +LABEL version="1.33.0" LABEL description="CI for DURS project (Divende Universel RuSt)" RUN apt-get update && \ @@ -9,4 +9,7 @@ RUN apt-get update && \ # Install fmt and clippy RUN rustup component add rustfmt-preview -RUN rustup component add clippy \ No newline at end of file +RUN rustup component add clippy + +# install cargo deb +RUN cargo install cargo-deb \ No newline at end of file -- GitLab