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

Update Dockerfile

parent 70f6413f
No related branches found
No related tags found
No related merge requests found
Pipeline #6361 canceled
......@@ -10,5 +10,5 @@ RUN rustup component add clippy
# Add libraries needed to compile dunitrust
RUN apt-get update && \
apt-get install -y git pkg-config libssl-dev && \
apt-get install -y --no-install-recommends git 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