mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: drop dependencies for keepalived
We no longer need to build keepalived on out own, we rely on the Debian upstream version. (cherry picked from commit f81c6e53bdf3ac6684daf8dc258b26d635b207cc)
This commit is contained in:
parent
467e88b765
commit
02b3aede33
@ -352,24 +352,6 @@ RUN apt-get update && apt-get install -y \
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libc-ares-dev
|
||||
|
||||
# Packages needed for keepalived
|
||||
RUN apt-get update && apt-get install -y \
|
||||
autoconf \
|
||||
debhelper \
|
||||
libglib2.0-dev \
|
||||
libjson-c-dev \
|
||||
libnl-3-dev \
|
||||
libnl-genl-3-dev \
|
||||
libpopt-dev \
|
||||
libsnmp-dev \
|
||||
libssl-dev \
|
||||
libnl-nf-3-dev \
|
||||
libnfnetlink-dev \
|
||||
libipset-dev \
|
||||
iptables-dev \
|
||||
linux-libc-dev \
|
||||
pkg-config
|
||||
|
||||
# Packages needed for Qemu test-suite
|
||||
# This is for now only supported on i386 and amd64 platforms
|
||||
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user