Skip to content

Commit

Permalink
Fixed ceph build, port from #5000
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Dec 12, 2024
1 parent 31cce0d commit 67264cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.revad-ceph
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

FROM quay.io/ceph/ceph:v18

RUN dnf update --exclude=ceph-iscsi -y && dnf install -y \
RUN dnf update --nobest -y && dnf install -y \
git \
gcc \
make \
Expand Down

0 comments on commit 67264cf

Please sign in to comment.