Skip to content

Commit

Permalink
Merge pull request #4 from shaior/vran-dep
Browse files Browse the repository at this point in the history
Added Dockerfile for openshift-ci
  • Loading branch information
natifridman committed May 9, 2024
2 parents 901d071 + 99a08bc commit fd2bebf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
FROM registry.access.redhat.com/ubi9/ubi

# rpms required for building and running test suites
RUN dnf -y install \
jq \
git \
make \
gettext \
which \
skopeo \
findutils \
gcc \
python3 \
ansible \
diffutils \
&& dnf clean all

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit fd2bebf

Please sign in to comment.