From 323ee69e8e11d69642e7a18da990d83b05cd3273 Mon Sep 17 00:00:00 2001 From: John Estabrook <jestabro@vyos.io> Date: Fri, 28 Aug 2020 15:43:13 -0500 Subject: configd: T2582: add build dependency --- docker/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index c892b64b..d5f1543a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -361,6 +361,10 @@ RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \ libaudit-dev +# Packages needed for vyos-configd +RUN apt-get update && apt-get install -y \ + libzmq3-dev + # Install packer RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \ export LATEST="$(curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | \ -- cgit v1.2.3