Merge branch 'feature-1.3.5-1' into stable

This commit is contained in:
Bertrand Gouny 2017-03-21 11:30:55 +01:00
commit 33eba9fd39
1 changed files with 1 additions and 1 deletions

View File

@ -24,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 \
&& ./configure --disable-dynamic-linking \
&& make && make install \
&& cd - && mkdir -p /etc/keepalived \
&& apt-get remove -y --purge --auto-remove curl make gcc pkg-config \