dockerfile: enable castxml when possible (again)

Return to trying to install castxml into the container image when
possible. This now appears to work (and function) on the centos 8 based
images.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-09-13 10:59:14 -04:00 committed by mergify[bot]
parent f986a965ca
commit 953e3ab495
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RUN true && \
git wget curl make \
/usr/bin/cc /usr/bin/c++ \
"libcephfs-devel-${cv}" "librados-devel-${cv}" "librbd-devel-${cv}" && \
(dnf install -y 'castxml >= 0.4.3' || true) && \
yum clean all && \
true