Skip to content

Commit

Permalink
Fix libzmq library version (sonic-net#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Sep 19, 2020
1 parent 8f5eee1 commit 9ac074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vs/sonic-sairedis-build/docker_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sudo apt-get install -y libhiredis0.14 libhiredis-dev

# Install libzmq
sudo apt-get install -y libzmq-dev
sudo apt-get install -y libzmq3-dev

# Install libnl3
sudo dpkg -i buildimage/target/debs/buster/libnl-3-200_*.deb
Expand Down

0 comments on commit 9ac074c

Please sign in to comment.