Skip to content

Commit 687d236

Browse files
committed
[docker-base]: swss/syncd support use zmq as rpc channel
install libzmq5 in docker-base Signed-off-by: Guohan Lu <[email protected]>
1 parent ba6f012 commit 687d236

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dockers/docker-base-buster/Dockerfile.j2

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ RUN apt-get update && \
7171
python-setuptools \
7272
python-wheel \
7373
# for processing/handling json files in bash environment
74-
jq
74+
jq \
75+
# for sairedis zmq rpc channel
76+
libzmq5
7577

7678
# Install redis-tools
7779
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"

dockers/docker-base-stretch/Dockerfile.j2

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ RUN apt-get update && \
6363
python-setuptools \
6464
python-wheel \
6565
# for processing json files in bash environment
66-
jq
66+
jq \
67+
# for sairedis zmq rpc channel
68+
libzmq5
6769

6870
# Install a newer version of rsyslog from stretch-backports to support -iNONE
6971
RUN apt-get -y -t stretch-backports install rsyslog

0 commit comments

Comments
 (0)