From f16813df2a0a35853ff76b5d72191b7afb0a2de1 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 22:56:58 +0100 Subject: [PATCH] No install recommends. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ead5fc..9a90a63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.6-stretch as base RUN apt-get update -RUN apt-get install -y \ +RUN apt-get install -y --no-install-recommends \ build-essential git make gcc libtool libmhash-dev asciidoc # Install deps