diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-08 20:59:47 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-08 21:01:46 +0100 |
commit | b71a23e26e34299ed93a8a3f286b31e855a5133d (patch) | |
tree | ef9176e7a06d746827d775ee50c9edb31fa29dcd /docker | |
parent | 679234dbbea574e602a01a77dd6b36b36369d522 (diff) | |
download | vyos-build-b71a23e26e34299ed93a8a3f286b31e855a5133d.tar.gz vyos-build-b71a23e26e34299ed93a8a3f286b31e855a5133d.zip |
Docker: fix FRR build dependencies
(cherry picked from commit 9ce186f327603612b3c0fd49104215947eef246c)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 17 |
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 \ |