Skip to content

Commit 818924b

Browse files
Merge pull request #19428 from pecameron/bz1517740
ipfailover - add missing ipset/libipset to image
2 parents 86f9b36 + e5a4396 commit 818924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/ipfailover/keepalived/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
FROM openshift/origin-control-plane
77

8-
RUN INSTALL_PKGS="kmod keepalived iproute psmisc nmap-ncat net-tools" && \
8+
RUN INSTALL_PKGS="kmod keepalived iproute psmisc nmap-ncat net-tools ipset ipset-libs" && \
99
yum install -y $INSTALL_PKGS && \
1010
rpm -V $INSTALL_PKGS && \
1111
yum clean all

0 commit comments

Comments
 (0)