From 4861333978ccb4f8a2a0cc1746ce56aa4df5f0bc Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 8 Oct 2020 23:09:35 +0200 Subject: [PATCH] Minor update to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4dad968..fd91920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV LANG=C.UTF-8 RUN apt-get update \ - && apt-get install -y --no-install-recommends \ + && apt-get install --no-install-recommends --yes \ imagemagick \ python3.7 \ zip \