diff --git a/testing/containers/ceph/Dockerfile b/testing/containers/ceph/Dockerfile index f2e8eb9..5dd1617 100644 --- a/testing/containers/ceph/Dockerfile +++ b/testing/containers/ceph/Dockerfile @@ -5,6 +5,7 @@ ENV CEPH_VERSION=${CEPH_VERSION:-nautilus} RUN true && \ yum install -y git wget curl libcephfs-devel librados-devel librbd-devel /usr/bin/cc /usr/bin/c++ make && \ + (yum install -y /usr/bin/castxml || true) && \ true ENV GOTAR=go1.12.17.linux-amd64.tar.gz