diff --git a/scripts/Dockerfile.devel b/scripts/Dockerfile.devel index 33afbb8d4..99ad3114c 100644 --- a/scripts/Dockerfile.devel +++ b/scripts/Dockerfile.devel @@ -17,10 +17,10 @@ RUN source /build.env \ && mkdir -p /usr/local/go \ && curl https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${GOARCH}.tar.gz | tar xzf - -C ${GOROOT} --strip-components=1 -# FIXME: Ceph does not need Apache Arrow anymore, some container images may -# still have the repository enabled. Disabling the repository can be removed in -# the future, see https://github.com/ceph/ceph-container/pull/1990 . -RUN dnf config-manager --disable apache-arrow-centos || true +# TODO: remove the following cmd, when issue +# https://github.com/ceph/ceph-container/issues/2034 is fixed. +RUN dnf config-manager --disable \ + tcmu-runner,tcmu-runner-source,tcmu-runner-noarch,ceph-iscsi || true RUN dnf -y install \ git \