drop accidentally added files, now ignored

This commit is contained in:
Wolfgang Hottgenroth 2019-05-17 15:08:30 +02:00
parent edbfd67789
commit 5c89cc5de4
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4
3 changed files with 0 additions and 22 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,22 +0,0 @@
FROM debian:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/base-build-env"
RUN \
apt-get update && \
apt-get install -y make && \
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/* && \
cd /tmp && \
wget https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/e105045f7883b8082e810365f685d269/gitlabreleaseuploader.py && \
chmod 755 gitlabreleaseuploader.py && \
mv gitlabreleaseuploader.py /usr/bin