Skip to content

Commit

Permalink
Merge pull request sonic-net#48 from tigerfu000/202311.0_fixBuildFail
Browse files Browse the repository at this point in the history
[Build] Fix build fail due to python module 'request' error: 'Not supported URL scheme http+docker'
  • Loading branch information
bryan1978 authored May 28, 2024
2 parents 0727c3d + c5c21a3 commit b2ce1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,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'

# 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 'requests<2.32.0'
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==6.1.1'

# Install scapy
Expand Down

0 comments on commit b2ce1bf

Please sign in to comment.