Add a switch for zip functionality

This commit is contained in:
Patrick Jentsch
2020-02-03 15:07:41 +01:00
parent 4f036296d3
commit fb14759bb9
2 changed files with 10 additions and 4 deletions

View File

@ -13,6 +13,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
imagemagick \
python3.5 \
zip \
&& rm -rf /var/lib/apt/lists/*