mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: add libev-dev build dependency for opennhrp
This commit is contained in:
parent
c67a6eb542
commit
5304ee9d9c
@ -406,9 +406,10 @@ RUN apt-get update && apt-get install -y \
|
|||||||
python-setuptools \
|
python-setuptools \
|
||||||
python3-stdeb
|
python3-stdeb
|
||||||
|
|
||||||
# Packages needed for vyos-opennhrp
|
# Packages needed for opennhrp
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libc-ares-dev
|
libc-ares-dev \
|
||||||
|
libev-dev
|
||||||
|
|
||||||
# Packages needed for Qemu test-suite
|
# Packages needed for Qemu test-suite
|
||||||
# This is for now only supported on i386 and amd64 platforms
|
# This is for now only supported on i386 and amd64 platforms
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user