Skip to content

Commit

Permalink
[build-only] ceph build: attempts to fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Aug 7, 2024
1 parent 38c025a commit bc5d957
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 @@ -20,7 +20,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 -y && dnf install -y \
git \
gcc \
make \
Expand Down

0 comments on commit bc5d957

Please sign in to comment.