Minor update to Dockerfile

This commit is contained in:
Patrick Jentsch 2020-10-08 23:09:35 +02:00
parent e60bb4151c
commit 4861333978

View File

@ -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 \