diff --git a/.Dockerfile.un~ b/.Dockerfile.un~ new file mode 100644 index 0000000..b3391e3 Binary files /dev/null and b/.Dockerfile.un~ differ diff --git a/.VERSION.un~ b/.VERSION.un~ new file mode 100644 index 0000000..749fcc2 Binary files /dev/null and b/.VERSION.un~ differ diff --git a/Dockerfile b/Dockerfile index 45dfc41..5195a6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,9 @@ RUN \ apt-get install -y git && \ apt-get install -y python && \ apt-get install -y python-requests && \ - apt-get install -y wget && \ + apt install -y gpg && \ + ppt install -y apt-transport-https && \ +t-get install -y wget && \ apt-get install -y curl && \ rm -rf /var/lib/apt/lists/* && \ cd /tmp && \ diff --git a/Dockerfile~ b/Dockerfile~ new file mode 100644 index 0000000..45dfc41 --- /dev/null +++ b/Dockerfile~ @@ -0,0 +1,22 @@ +FROM debian:latest + +LABEL Maintainer="Wolfgang Hottgenroth " +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 + + diff --git a/VERSION b/VERSION index bcab45a..81340c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4 diff --git a/VERSION~ b/VERSION~ new file mode 100644 index 0000000..bcab45a --- /dev/null +++ b/VERSION~ @@ -0,0 +1 @@ +0.0.3