[sonic-slave]: Add libzmq to sonic-slave dockers (#5515)

This commit is contained in:
Kamil Cudnik 2020-10-01 11:16:47 +02:00 committed by GitHub
parent 1f0f751d4d
commit 87d73e282e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,8 @@ RUN apt-get update && apt-get install -y \
perl-modules \
libswitch-perl \
dh-systemd \
libzmq5 \
libzmq3-dev \
# For quagga build
libreadline-dev \
texlive-latex-base \

View File

@ -67,6 +67,8 @@ RUN apt-get update && apt-get install -y \
perl-modules \
libswitch-perl \
dh-systemd \
libzmq5 \
libzmq3-dev \
# For quagga build
libreadline-dev \
texlive-latex-base \