Skip to content

Commit

Permalink
Explicitiley installing python36 module
Browse files Browse the repository at this point in the history
This should provide more reliability and stability for the
python36 packages and dependencies.
  • Loading branch information
elfosardo committed Nov 15, 2019
1 parent d1b8260 commit a8a0a96
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM ubi8

RUN yum update -y && \
yum install -y openstack-ironic-api openstack-ironic-conductor crudini \
RUN cat /etc/yum.repos.d/*

RUN cat /etc/yum.conf

RUN yum install -y openstack-ironic-api openstack-ironic-conductor crudini \
iproute iptables dnsmasq httpd qemu-img parted gdisk ipxe-bootimgs psmisc procps-ng \
mariadb-server python2-chardet ipxe-roms-qemu genisoimage && \
yum clean all && \
Expand Down Expand Up @@ -32,4 +35,3 @@ COPY ./inspector.ipxe /tmp/inspector.ipxe
COPY ./dualboot.ipxe /tmp/dualboot.ipxe

ENTRYPOINT ["/bin/runironic"]

0 comments on commit a8a0a96

Please sign in to comment.