diff --git a/Dockerfile b/Dockerfile index f9f741b986a8fe4440b7e819679dd5a08643c653..51b2b9d22d9303ea3ee4bd276c33c8ce9867d95a 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