Add zip creation

This commit is contained in:
Patrick Jentsch
2020-01-20 15:09:38 +01:00
parent 543a1ba29a
commit b0a402b3ac
2 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN apt-get update \
python2.7 \
python3.5 \
python3-pip \
zip \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install \
setuptools \