diff --git a/openshift/Dockerfile b/openshift/Dockerfile index bc55dcf0..981a9ee1 100644 --- a/openshift/Dockerfile +++ b/openshift/Dockerfile @@ -20,9 +20,10 @@ ENV HOME=/opt/ansible \ USER_UID=1001 RUN yum install -y \ - ansible \ + ansible-core \ ansible-runner \ ansible-runner-http \ + python39-psutil \ python3-kubernetes \ python3-openshift \ python3-oauthlib \