diff --git a/Dockerfile.metering-ansible-operator.okd b/Dockerfile.metering-ansible-operator.okd index 3be7b0245..66688ace1 100644 --- a/Dockerfile.metering-ansible-operator.okd +++ b/Dockerfile.metering-ansible-operator.okd @@ -6,7 +6,7 @@ FROM openshift/origin-cli:latest as cli FROM quay.io/openshift/origin-ansible-operator:4.6 USER root -RUN set -x; INSTALL_PKGS="curl bash ca-certificates less which inotify-tools openssl" \ +RUN set -x; INSTALL_PKGS="curl bash ca-certificates less which openssl" \ && yum clean all && rm -rf /var/cache/yum/* \ && yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \ && yum install --setopt=skip_missing_names_on_install=False -y \ diff --git a/Dockerfile.metering-ansible-operator.rhel b/Dockerfile.metering-ansible-operator.rhel index 066941b31..a8caa2f1a 100644 --- a/Dockerfile.metering-ansible-operator.rhel +++ b/Dockerfile.metering-ansible-operator.rhel @@ -8,7 +8,7 @@ FROM openshift/ose-ansible-operator:4.6 USER root RUN set -x; \ INSTALL_PKGS="curl bash ca-certificates \ - less which inotify-tools tini \ + less which tini \ python-netaddr python2-botocore \ python2-boto3 python2-openshift \ python2-cryptography ansible openssl" \ diff --git a/Dockerfile.metering-ansible-operator.rhel8 b/Dockerfile.metering-ansible-operator.rhel8 index 108248899..39f4dde37 100644 --- a/Dockerfile.metering-ansible-operator.rhel8 +++ b/Dockerfile.metering-ansible-operator.rhel8 @@ -8,7 +8,7 @@ FROM openshift/ose-ansible-operator:4.6 USER root RUN set -x; \ INSTALL_PKGS="curl bash ca-certificates \ - less which inotify-tools tini \ + less which tini \ python3-netaddr python3-botocore \ python3-boto3 python3-openshift \ python3-cryptography ansible openssl" \