Skip to content

Commit

Permalink
Fix ceph build (#5000)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhafer authored Dec 11, 2024
1 parent 2c9710a commit 87b4f3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.revad-ceph
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FROM quay.io/ceph/ceph:v18
# librbd-devel \
# librados-devel

RUN dnf update --exclude=ceph-iscsi -y && dnf install -y \
RUN dnf upgrade --nobest -y && dnf install -y \
git \
gcc \
make \
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/fix-ceph-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bugfix: Fix ceph build

https://github.com/cs3org/reva/pull/5000

0 comments on commit 87b4f3b

Please sign in to comment.