diff --git a/Dockerfile b/Dockerfile index e3bebf5..9a93e14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN \ apt-get install -y wget && \ apt-get install -y curl && \ apt-get install -y unzip && \ + apt-get install -y zip && \ rm -rf /var/lib/apt/lists/* && \ cd /tmp && \ wget https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/e11f5a3880ffcafca05885e6157be974/gitlabreleaseuploader.py && \