keepalived 1.3.5
This commit is contained in:
parent
a5e6705191
commit
605bbf64ce
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
NAME = osixia/keepalived
|
||||
VERSION = 1.3.5-1
|
||||
VERSION = 1.3.5
|
||||
|
||||
.PHONY: all build build-nocache test tag_latest release
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@ RUN apt-get -y update \
|
|||
libnl-genl-3-dev \
|
||||
libnl-route-3-dev \
|
||||
libnfnetlink-dev \
|
||||
libsnmp-dev \
|
||||
libssl-dev \
|
||||
make \
|
||||
pkg-config \
|
||||
|
@ -25,7 +24,7 @@ RUN apt-get -y update \
|
|||
&& mkdir -p /container/keepalived-sources \
|
||||
&& tar -xzf keepalived.tar.gz --strip 1 -C /container/keepalived-sources \
|
||||
&& cd container/keepalived-sources \
|
||||
&& ./configure --with-kernel-dir=/lib/modules/$(uname -r)/build --enable-snmp \
|
||||
&& ./configure --disable-dynamic-linking \
|
||||
&& make && make install \
|
||||
&& cd - && mkdir -p /etc/keepalived \
|
||||
&& apt-get remove -y --purge --auto-remove curl make gcc pkg-config \
|
||||
|
|
Loading…
Reference in New Issue