fix python package naming in ubuntu
This commit is contained in:
parent
5e25cad59d
commit
253e51110c
@ -12,10 +12,10 @@ RUN \
|
|||||||
apt install -y make && \
|
apt install -y make && \
|
||||||
apt install -y openssh-client && \
|
apt install -y openssh-client && \
|
||||||
apt install -y git && \
|
apt install -y git && \
|
||||||
apt install -y python && \
|
apt install -y python-is-python3 && \
|
||||||
apt install -y python-requests && \
|
apt install -y python3-requests && \
|
||||||
apt install -y python-pycodestyle && \
|
apt install -y python3-pycodestyle && \
|
||||||
apt install -y python-yaml && \
|
apt install -y python3-yaml && \
|
||||||
apt install -y gpg && \
|
apt install -y gpg && \
|
||||||
apt install -y apt-transport-https && \
|
apt install -y apt-transport-https && \
|
||||||
apt install -y wget && \
|
apt install -y wget && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user