use new release of releasetool, add vim

This commit is contained in:
2020-03-17 14:54:07 +00:00
parent 21e4bbf905
commit faa5b9ae3c
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@ FROM debian:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/base-build-env"
RELEASETOOL_URL="https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/ffc1cc36bbd7e1a56c121f51bf1b4b90/GitlabReleaseTool.zip"
RUN \
apt-get update && \
@ -19,9 +19,10 @@ RUN \
apt-get install -y curl && \
apt-get install -y unzip && \
apt-get install -y zip && \
apt-get install -y vim.tiny && \
rm -rf /var/lib/apt/lists/* && \
cd /tmp && \
wget https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/cd3041b022eb0be3c22c2f82a78830e1/GitlabReleaseTool.zip && \
wget $RELEASETOOL_URL && \
unzip GitlabReleaseTool.zip && \
chmod 755 gitlabreleaseuploader.py && \
chmod 755 deleterelease.py && \

View File

@ -1 +1 @@
0.1.2
0.1.3