Skip to content

Commit

Permalink
add oc to image
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Nov 13, 2023
1 parent 20cb2c9 commit 897d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . ./
RUN make

FROM registry.ci.openshift.org/ocp/4.14:base-rhel9
RUN dnf -y update && dnf install -y binutils file go podman && dnf clean all
RUN dnf -y update && dnf install -y binutils file go podman oc && dnf clean all
RUN curl --fail --retry 3 -LJO https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest-4.14/opm-linux.tar.gz && \
tar -xzf opm-linux.tar.gz && \
mv ./opm /usr/local/bin/ && \
Expand Down

0 comments on commit 897d676

Please sign in to comment.