Skip to content

Commit

Permalink
[build-only] ceph build: fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Aug 13, 2024
1 parent 38c025a commit 90e93e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile.revad-ceph
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

FROM quay.io/ceph/ceph:v18

RUN mkdir -p /etc/selinux/config

RUN dnf update --exclude=ceph-iscsi,chrony,selinux-policy-targeted -y && dnf install -y \
RUN dnf update --exclude=ceph-iscsi -y && dnf install -y \
git \
gcc \
make \
Expand Down

0 comments on commit 90e93e8

Please sign in to comment.