mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: add liblua5.2-dev to accel-ppp dependencies
This commit is contained in:
parent
634dd4974a
commit
b88f9447ff
@ -183,7 +183,8 @@ RUN apt-get update && apt-get install -y \
|
||||
RUN apt-get update && apt-get install -y \
|
||||
cdbs \
|
||||
cmake \
|
||||
liblua5.1-dev
|
||||
liblua5.1-dev \
|
||||
liblua5.2-dev
|
||||
|
||||
# Prerequisites for building rtrlib
|
||||
# see http://docs.frrouting.org/projects/dev-guide/en/latest/building-frr-for-debian8.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user