This change reorders python package installation to fix a problem
that results in the zipp library not being properly installed in
the diskimagebuilder image.
signed-off-by: dave kormann <davek@research.att.com>
Change-Id: I0d4683ed4df4bd1b8d7e4e9cf329aed0a038ac5f
which \
findutils \
systemd-udev \
- PyYAML \
parted \
sudo \
e2fsprogs \
xfsprogs \
qemu-img \
${EXTRA_RPM:-} && \
+ pip install --upgrade pip && \
pip install diskimage-builder==2.26.1 && \
+ pip install zipp && \
+ true && \
yum remove -y python-pip
RUN find -name 99-selinux-fixfiles-restore -exec rm {} \;