fix for bullseye

This commit is contained in:
2021-01-28 15:04:47 +01:00
parent a64be0c66a
commit a2bd559e19
2 changed files with 12 additions and 7 deletions

View File

@ -12,12 +12,13 @@ RUN \
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 python-pycodestyle && \
apt-get install -y python-yaml && \
apt-get install -y python-pip && \
apt-get install -y python-xmltodict && \
apt-get install -y python3 && \
update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1 && \
apt-get install -y python3-requests && \
apt-get install -y python3-pycodestyle && \
apt-get install -y python3-yaml && \
apt-get install -y python3-pip && \
apt-get install -y python3-xmltodict && \
apt-get install -y gpg && \
apt-get install -y apt-transport-https && \
apt-get install -y wget && \