From 2460cba0d0de0bc3e12557d7ade9bbe7ec2d9393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Tue, 6 Aug 2019 19:06:36 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec1e825..139b580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* -- GitLab