Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.metering-ansible-operator.okd
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.metering-ansible-operator.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.metering-ansible-operator.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down