add gitlabreleaseuploader

This commit is contained in:
2019-05-07 15:55:53 +00:00
parent 694b42b1ef
commit 49a6c15c28
2 changed files with 9 additions and 2 deletions

View File

@ -10,6 +10,13 @@ RUN \
apt-get install -y openssh-client && \
apt-get install -y git && \
apt-get install -y python && \
apt-get install -y python-requests && \
apt-get install -y wget && \
apt-get install -y curl && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
cd /tmp && \
wget https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/e105045f7883b8082e810365f685d269/gitlabreleaseuploader.py && \
chmod 755 gitlabreleaseuploader.py && \
mv gitlabreleaseuploader.py /usr/bin

View File

@ -1 +1 @@
0.0.2
0.0.3