Skip to content

Commit

Permalink
[build-only] Ceph docker: skip a package that fails to install
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Aug 7, 2024
1 parent b5715df commit 38c025a
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 -y && dnf install -y \
RUN dnf update --exclude=ceph-iscsi,chrony,selinux-policy-targeted -y && dnf install -y \
git \
gcc \
make \
Expand Down

0 comments on commit 38c025a

Please sign in to comment.