Fix #14974 Refs: https://github.com/docker/docker-py/pull/3116 Co-authored-by: Konstantin Vasin <126960927+k-v1@users.noreply.github.com>
This commit is contained in:
parent
1496d1d28c
commit
4ee8224488
@ -507,7 +507,7 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'setup
|
|||||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'wheel==0.35.1'
|
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'wheel==0.35.1'
|
||||||
|
|
||||||
# docker Python API package is needed by Ansible docker module as well as some SONiC applications
|
# docker Python API package is needed by Ansible docker module as well as some SONiC applications
|
||||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==5.0.3'
|
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==6.1.1'
|
||||||
|
|
||||||
# Install scapy
|
# Install scapy
|
||||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'scapy==2.4.4'
|
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'scapy==2.4.4'
|
||||||
|
Reference in New Issue
Block a user