From fd70f88e6a2529b5f9ede86fbff0b37c3fb76e5f Mon Sep 17 00:00:00 2001 From: Frank Ketelaars Date: Sat, 27 Apr 2024 16:53:39 +0000 Subject: [PATCH] #703 Add kubernetes.core collection --- Dockerfile | 2 +- Dockerfile.ppc64le | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 60e567aaa..047c7aa3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN yum install -y yum-utils && \ yum install -y nginx && \ yum clean all -RUN ansible-galaxy collection install community.crypto community.vmware +RUN ansible-galaxy collection install community.crypto community.vmware kubernetes.core VOLUME ["/Data"] diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le index 4ebbed335..8f8f32316 100644 --- a/Dockerfile.ppc64le +++ b/Dockerfile.ppc64le @@ -23,7 +23,7 @@ RUN yum install -y yum-utils && \ yum install -y nginx && \ yum clean all -RUN ansible-galaxy collection install community.crypto community.vmware +RUN ansible-galaxy collection install community.crypto community.vmware kubernetes.core VOLUME ["/Data"]