diff options
| author | Pushpasis Sarkar <spushpasis@vmware.com> | 2021-10-29 10:22:42 -0700 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-03-21 22:09:10 -0400 | 
| commit | 5b08f6f9ead9b97c9d49a133a1f7420d707ef0b2 (patch) | |
| tree | 34ce25877f1bdfa6a9be04d89d5760aed23b1bbf /docker/ubuntu20-ci | |
| parent | d1e85e36008136fcbd0ab2133a78c30af3e612fc (diff) | |
doc: Add documentation for MGMT daemon
This commit adds user documentation for the new MGMT daemon and
new FRR Management Framework.
Co-authored-by: Yash Ranjan <ranjany@vmware.com>
Co-authored-by: Abhinay Ramesh <rabhinay@vmware.com>
Co-authored-by: Ujwal P <ujwalp@vmware.com>
Signed-off-by: Pushpasis Sarkar <pushpasis@gmail.com>
Diffstat (limited to 'docker/ubuntu20-ci')
| -rw-r--r-- | docker/ubuntu20-ci/Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ubuntu20-ci/Dockerfile b/docker/ubuntu20-ci/Dockerfile index b9fe385c3a..7e49910a72 100644 --- a/docker/ubuntu20-ci/Dockerfile +++ b/docker/ubuntu20-ci/Dockerfile @@ -9,7 +9,7 @@ RUN apt update && \        pkg-config libpam0g-dev libjson-c-dev bison flex python3-pip \        libc-ares-dev python3-dev python3-sphinx \        install-info build-essential libsnmp-dev perl \ -      libcap-dev python2 libelf-dev \ +      libcap-dev python2 libelf-dev libprotobuf-c-dev protobuf-c-compiler \        sudo gdb curl iputils-ping time \        lua5.3 liblua5.3-dev \        net-tools iproute2 && \  | 
