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"]