Skip to content

Commit

Permalink
Add libzmq5 package to swss and sairedis dockers (sonic-net#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Sep 21, 2020
1 parent 5393302 commit 4206f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 libzmq3-dev
sudo apt-get install -y libzmq5 libzmq3-dev

# Install libnl3
sudo dpkg -i buildimage/target/debs/buster/libnl-3-200_*.deb
Expand Down
2 changes: 1 addition & 1 deletion scripts/vs/sonic-swss-build/build_in_docker.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 libzmq3-dev
sudo apt-get install -y libzmq5 libzmq3-dev

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

0 comments on commit 4206f19

Please sign in to comment.