Skip to content

Commit

Permalink
Install libzmq in sonic-sairedis-build (sonic-net#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Sep 18, 2020
1 parent a88735c commit 39b28b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/vs/sonic-sairedis-build/docker_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Install HIREDIS
sudo apt-get install -y libhiredis0.14 libhiredis-dev

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

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

0 comments on commit 39b28b6

Please sign in to comment.