Update Dockerfile, install zip too
This commit is contained in:
@ -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 && \
|
||||||
|
Reference in New Issue
Block a user