We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86f9b36 + e5a4396 commit 818924bCopy full SHA for 818924b
images/ipfailover/keepalived/Dockerfile
@@ -5,7 +5,7 @@
5
#
6
FROM openshift/origin-control-plane
7
8
-RUN INSTALL_PKGS="kmod keepalived iproute psmisc nmap-ncat net-tools" && \
+RUN INSTALL_PKGS="kmod keepalived iproute psmisc nmap-ncat net-tools ipset ipset-libs" && \
9
yum install -y $INSTALL_PKGS && \
10
rpm -V $INSTALL_PKGS && \
11
yum clean all
0 commit comments