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

View File

@ -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 && \