mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: add missing cmake dependency on librtr
(cherry picked from commit 52d7fe9a0531785e2320b99b52ae1474f54047c2)
This commit is contained in:
parent
4a73eefc2f
commit
ac4a3a7b3c
@ -252,10 +252,11 @@ RUN apt-get update && apt-get install -y \
|
||||
# Prerequisites for building rtrlib
|
||||
# see http://docs.frrouting.org/projects/dev-guide/en/latest/building-frr-for-debian8.html
|
||||
RUN apt-get update && apt-get install -y \
|
||||
graphviz \
|
||||
doxygen \
|
||||
cmake \
|
||||
dpkg-dev \
|
||||
debhelper \
|
||||
libssh-dev \
|
||||
libssl-dev
|
||||
doxygen
|
||||
|
||||
# Build rtrlib release 0.6.3
|
||||
RUN export RTRLIB_VERSION="0.6.3" && export ARCH=$(dpkg-architecture -qDEB_HOST_ARCH) && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user