still a typo, fixed

This commit is contained in:
2019-05-17 15:12:01 +02:00
parent d1d4d90c7a
commit c4bc8423dd

View File

@ -11,9 +11,9 @@ RUN \
apt-get install -y git && \
apt-get install -y python && \
apt-get install -y python-requests && \
apt install -y gpg && \
apt install -y apt-transport-https && \
t-get install -y wget && \
apt-get install -y gpg && \
apt-get install -y apt-transport-https && \
apt-get install -y wget && \
apt-get install -y curl && \
rm -rf /var/lib/apt/lists/* && \
cd /tmp && \