use python 3

This commit is contained in:
2021-08-02 17:20:13 +02:00
parent 1ed81f227a
commit 8849562ef2

View File

@ -14,12 +14,12 @@ RUN \
apt install -y make && \
apt install -y openssh-client && \
apt install -y git && \
apt install -y python && \
apt install -y python-requests && \
apt install -y python-pycodestyle && \
apt install -y python-yaml && \
apt install -y python-pip && \
apt install -y python-xmltodict && \
apt install -y python3 && \
apt install -y python3-requests && \
apt install -y python3-pycodestyle && \
apt install -y python3-yaml && \
apt install -y python3-pip && \
apt install -y python3-xmltodict && \
apt install -y gpg && \
apt install -y apt-transport-https && \
apt install -y wget && \