Skip to content

Commit

Permalink
[docker-sonic-vs]: Add libzmq5 to docker-sonic-vs (sonic-net#5431)
Browse files Browse the repository at this point in the history
libzmq5 is tcp/ipc communication library, needed by sairedis/syncd to communicate, as a new way (compared to current REDIS channel) to exchange messages which is faster than REDIS library and allows synchronous mode
this library is required in sairedis repo, swss repo, sonic-buildimage and sonic-build-tools to make it work
  • Loading branch information
kcudnik authored and santhosh-kt committed Feb 25, 2021
1 parent 9bb1322 commit fbc49f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/vs/docker-sonic-vs/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ RUN apt-get install -y net-tools \
iptables \
python3-pip \
jq \
python-m2crypto
python-m2crypto \
libzmq5

# install redis-server
RUN curl -o redis-tools_6.0.6-1~bpo10+1_amd64.deb "https://sonicstorage.blob.core.windows.net/packages/redis/redis-tools_6.0.6-1~bpo10+1_amd64.deb?sv=2015-04-05&sr=b&sig=73zbmjkf3pi%2Bn0R8Hy7CWT2EUvOAyzM5aLYJWCLySGM%3D&se=2030-09-06T19%3A44%3A59Z&sp=r"
Expand Down

0 comments on commit fbc49f5

Please sign in to comment.