Skip to content

Commit

Permalink
Compbine update statement with install
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdonald3 committed Feb 7, 2025
1 parent 397a054 commit 1002763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quay.io/kiali/kiali-operator/v2.4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ FROM quay.io/openshift/origin-ansible-operator:4.16

USER root
# See https://github.com/operator-framework/operator-sdk/issues/5745
RUN yum remove -y subscription-manager python3-subscription-manager-rhsm
RUN yum update -y && yum clean all
RUN yum remove -y subscription-manager python3-subscription-manager-rhsm && \
yum update -y && yum clean all
USER ${USER_UID}

COPY --from=base /opt/ansible/roles/ /opt/ansible/roles/
Expand Down

0 comments on commit 1002763

Please sign in to comment.