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

Upgrade rust to 1.33 & add cargo-deb

parent 49d84b2d
No related branches found
No related tags found
No related merge requests found
Pipeline #4810 failed
FROM rust FROM rust
MAINTAINER elois <elois@ifee.fr> MAINTAINER elois <elois@ifee.fr>
LABEL version="0.1" LABEL version="1.33.0"
LABEL description="CI for DURS project (Divende Universel RuSt)" LABEL description="CI for DURS project (Divende Universel RuSt)"
RUN apt-get update && \ RUN apt-get update && \
...@@ -9,4 +9,7 @@ RUN apt-get update && \ ...@@ -9,4 +9,7 @@ RUN apt-get update && \
# Install fmt and clippy # Install fmt and clippy
RUN rustup component add rustfmt-preview RUN rustup component add rustfmt-preview
RUN rustup component add clippy RUN rustup component add clippy
\ No newline at end of file
# install cargo deb
RUN cargo install cargo-deb
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment