Skip to content

Commit

Permalink
UPSTREAM: <carry>: install distro pbr
Browse files Browse the repository at this point in the history
  • Loading branch information
elfosardo authored and ironic-bot committed Dec 11, 2024
1 parent 241242d commit 655d546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openstack-ironic-tester.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-openshift-4.15

RUN dnf install -y python3-devel python3-pip libpq-devel glibc-langpack-en \
RUN curl http://base-4-16-rhel-9-ironic-prevalidation.ocp.svc > /etc/yum.repos.d/base-4-16-rhel-9-ironic-prevalidation.repo \
&& dnf install -y python3-pbr python3-devel python3-pip libpq-devel glibc-langpack-en \
&& dnf clean all \
&& rm -rf /var/cache/yum \
&& python3 -m pip install tox
Expand Down

0 comments on commit 655d546

Please sign in to comment.