diff --git a/openshift/Dockerfile b/openshift/Dockerfile index bc55dcf0..7bd789d2 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 \ + ansible-runner-http-1.0.0 \ + python3-psutil \ python3-kubernetes \ python3-openshift \ python3-oauthlib \