mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
vyos-qat: adding pkg dependency
This commit is contained in:
parent
5df80f6535
commit
263c2379ee
@ -169,6 +169,11 @@ RUN apt-get update && apt-get install -y \
|
||||
cmake \
|
||||
liblua5.2-dev
|
||||
|
||||
# Packages needed for vyos-qat
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libboost-dev \
|
||||
libudev-dev
|
||||
|
||||
# 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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user