Docker: add ZMQ (ZeroMessageQueue) to FRR deps - optional

This commit is contained in:
Christian Poessinger 2019-01-14 20:42:26 +01:00
parent 71e1588f1f
commit b28865a5c2

View File

@ -162,7 +162,9 @@ RUN apt-get update && apt-get install -y \
python3-pytest \ python3-pytest \
install-info \ install-info \
libc-ares-dev \ libc-ares-dev \
libc-ares2 libc-ares2 \
libzmq3 \
libzmq3-dev
# Update live-build # Update live-build
RUN echo 'deb http://ftp.debian.org/debian stretch main' | tee -a /etc/apt/sources.list.d/stretch.list &&\ RUN echo 'deb http://ftp.debian.org/debian stretch main' | tee -a /etc/apt/sources.list.d/stretch.list &&\