add https apt transport and gpg

This commit is contained in:
2019-05-17 15:06:05 +02:00
parent 49a6c15c28
commit 1826e0ccf9
6 changed files with 27 additions and 2 deletions

BIN
.Dockerfile.un~ Normal file

Binary file not shown.

BIN
.VERSION.un~ Normal file

Binary file not shown.

View File

@ -11,7 +11,9 @@ RUN \
apt-get install -y git && \ apt-get install -y git && \
apt-get install -y python && \ apt-get install -y python && \
apt-get install -y python-requests && \ 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 && \ apt-get install -y curl && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
cd /tmp && \ cd /tmp && \

22
Dockerfile~ Normal file
View File

@ -0,0 +1,22 @@
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

View File

@ -1 +1 @@
0.0.3 0.0.4

1
VERSION~ Normal file
View File

@ -0,0 +1 @@
0.0.3