summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-08 20:59:47 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-08 20:59:47 +0100
commit9ce186f327603612b3c0fd49104215947eef246c (patch)
tree64f44419644673226537d2b13d867db77ada1ce7 /docker
parentfcce4939ed6dcf5cbad72b8a8ba32972a75d3c91 (diff)
downloadvyos-build-9ce186f327603612b3c0fd49104215947eef246c.tar.gz
vyos-build-9ce186f327603612b3c0fd49104215947eef246c.zip
Docker: fix FRR build dependencies
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0701b27e..6cfd3ffe 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -279,10 +279,27 @@ RUN echo "deb http://deb.debian.org/debian/ bullseye main" \
# https://github.com/FRRouting/frr/blob/master/doc/developer/building-libyang.rst
# for more info
RUN apt-get update && apt-get install -y \
+ bison \
chrpath \
+ debhelper \
+ flex \
+ gawk \
install-info \
+ libc-ares-dev \
+ libcap-dev \
libjson-c-dev \
+ libpam0g-dev \
+ libpcre3-dev \
libpython3-dev \
+ libreadline-dev \
+ librtr-dev \
+ libsnmp-dev \
+ libssh-dev \
+ libsystemd-dev \
+ libyang-dev \
+ lsb-base \
+ pkg-config \
+ python3 \
python3-dev \
python3-pytest \
python3-sphinx \