From 9d71fc1beeb0f7dfd36a228ff836316d28fefecd Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 4 Jun 2021 09:33:30 -0700 Subject: [PATCH] script: drop ceph-fuse from docker debugging Install this on the fly as necessary... Signed-off-by: Patrick Donnelly --- src/script/ceph-debug-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/ceph-debug-docker.sh b/src/script/ceph-debug-docker.sh index 9bdf0df611a2..68bffbb775c7 100755 --- a/src/script/ceph-debug-docker.sh +++ b/src/script/ceph-debug-docker.sh @@ -131,7 +131,7 @@ RUN sed -i 's/enabled=0/enabled=1/' ${debuginfo} && \ RUN wget -O /etc/yum.repos.d/ceph-dev.repo $repo_url && \ yum clean all && \ yum upgrade -y && \ - yum install -y ceph ${ceph_debuginfo} ceph-fuse ${python_bindings} + yum install -y ceph ${ceph_debuginfo} ${python_bindings} EOF time run docker build $CACHE --tag "$tag" . fi -- 2.47.3