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

base on debian jessie (oldstable)

parent 9b13c94e
No related branches found
No related tags found
No related merge requests found
Pipeline #4847 passed
FROM rust
FROM debian:jessie
MAINTAINER elois <elois@ifee.fr>
LABEL version="1.33.0"
LABEL version="1.33.2"
LABEL description="CI for DURS project (Divende Universel RuSt)"
RUN apt-get update && \
apt-get install -y build-essential curl python-pip pkg-config libssl-dev sudo tar zip && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# install rustup
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
# rustup directory
ENV PATH /root/.cargo/bin:$PATH
# Install fmt and clippy
RUN rustup component add rustfmt-preview
RUN rustup component add clippy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment