diff --git a/testing/containers/ceph/Dockerfile b/testing/containers/ceph/Dockerfile index b80bdd9c5..4d2f55ef2 100644 --- a/testing/containers/ceph/Dockerfile +++ b/testing/containers/ceph/Dockerfile @@ -14,7 +14,7 @@ RUN true && \ yum update -y --disablerepo=ganesha && \ cv="$(rpm -q --queryformat '%{version}-%{release}' ceph-common)" && \ yum install -y \ - git wget curl make \ + git wget /usr/bin/curl make \ /usr/bin/cc /usr/bin/c++ \ "libcephfs-devel-${cv}" "librados-devel-${cv}" "librbd-devel-${cv}" \ gdb libcephfs2-debuginfo librados2-debuginfo librbd1-debuginfo && \