Skip to content

Commit

Permalink
Add libzmq to swss build docker (sonic-net#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Sep 20, 2020
1 parent 9ac074c commit 5393302
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/vs/sonic-swss-build/build_in_docker.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 libzmq3-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 5393302

Please sign in to comment.