mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
doc: document sqlite3 depend and add to docker build
Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
7ee63796bc
commit
055f4997b4
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue