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.
This commit is contained in:
parent
cd633eafe1
commit
f81c6e53bd
@ -352,24 +352,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libc-ares-dev
|
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
|
# 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
|
||||||
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
|
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user