Update Dockerfile, install unzip

This commit is contained in:
2019-07-10 15:04:59 +00:00
parent b5cc20c6e3
commit b7647b131e

View File

@ -16,6 +16,7 @@ RUN \
apt-get install -y apt-transport-https && \ apt-get install -y apt-transport-https && \
apt-get install -y wget && \ apt-get install -y wget && \
apt-get install -y curl && \ apt-get install -y curl && \
apt-get install -y unzip && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
cd /tmp && \ cd /tmp && \
wget https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/e11f5a3880ffcafca05885e6157be974/gitlabreleaseuploader.py && \ wget https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/e11f5a3880ffcafca05885e6157be974/gitlabreleaseuploader.py && \