summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index c892b64..d5f1543 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 | \