doc: document sqlite3 depend and add to docker build

Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
Christian Hopps 2023-07-06 17:57:48 -04:00
parent 7ee63796bc
commit 055f4997b4
2 changed files with 13 additions and 0 deletions

View file

@ -50,6 +50,17 @@ This is optional
sudo apt-get install protobuf-c-compiler libprotobuf-c-dev
Config Rollbacks
^^^^^^^^^^^^^^^^
If config rollbacks are enabled using ``--enable-config-rollbacks``
the sqlite3 developer package also should be installed.
.. code-block:: console
sudo apt install libsqlite3-dev
ZeroMQ
^^^^^^
This is optional

View file

@ -22,6 +22,7 @@ RUN apt update && apt upgrade -y && \
libpam0g-dev \
libreadline-dev \
libsnmp-dev \
libsqlite3-dev \
libtool \
make \
perl \
@ -112,6 +113,7 @@ RUN cd ~/frr && \
--enable-multipath=64 \
--enable-user=frr \
--enable-group=frr \
--enable-config-rollbacks \
--enable-vty-group=frrvty \
--enable-snmp=agentx \
--enable-scripting \