Update Dockerfile, install zip too

This commit is contained in:
2019-07-10 15:50:46 +00:00
parent b7647b131e
commit 0f2ec040de

View File

@ -17,6 +17,7 @@ RUN \
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 && \ apt-get install -y unzip && \
apt-get install -y zip && \
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 && \