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

Add new file

parent f936d56a
No related branches found
No related tags found
No related merge requests found
FROM rust:slim
MAINTAINER elois <elois@duniter.org>
LABEL version="0.1"
LABEL description="Minimal environment for a Dunitrust developer"
# Install fmt and clippy
RUN rustup component add rustfmt
RUN rustup component add clippy
# Add libraries needed to compile dunitrust
RUN apt-get update && \
apt-get install -y pkg-config libssl-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment