summaryrefslogtreecommitdiffstats
path: root/src/script/ceph-debug-docker.sh
diff options
context:
space:
mode:
authorPatrick Donnelly <pdonnell@redhat.com>2021-06-04 18:33:30 +0200
committerPatrick Donnelly <pdonnell@redhat.com>2021-06-04 18:33:30 +0200
commit9d71fc1beeb0f7dfd36a228ff836316d28fefecd (patch)
tree703d63c78e14b64051ef485c7b26abaa31a43a6d /src/script/ceph-debug-docker.sh
parentscript: enable centos debuginfo repo for debugging (diff)
downloadceph-9d71fc1beeb0f7dfd36a228ff836316d28fefecd.tar.xz
ceph-9d71fc1beeb0f7dfd36a228ff836316d28fefecd.zip
script: drop ceph-fuse from docker debugging
Install this on the fly as necessary... Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'src/script/ceph-debug-docker.sh')
-rwxr-xr-xsrc/script/ceph-debug-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/ceph-debug-docker.sh b/src/script/ceph-debug-docker.sh
index 9bdf0df611a..68bffbb775c 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