We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0727c3d + c5c21a3 commit b2ce1bfCopy full SHA for b2ce1bf
build_debian.sh
@@ -548,6 +548,7 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'setup
548
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'wheel==0.35.1'
549
550
# docker Python API package is needed by Ansible docker module as well as some SONiC applications
551
+sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'requests<2.32.0'
552
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==6.1.1'
553
554
# Install scapy
0 commit comments