You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dockers/docker-base-buster/Dockerfile.j2
+3-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,9 @@ RUN apt-get update && \
71
71
python-setuptools \
72
72
python-wheel \
73
73
# for processing/handling json files in bash environment
74
-
jq
74
+
jq \
75
+
# for sairedis zmq rpc channel
76
+
libzmq5
75
77
76
78
# Install redis-tools
77
79
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"
0 commit comments