Skip to content

Commit 38c025a

Browse files
committed
[build-only] Ceph docker: skip a package that fails to install
1 parent b5715df commit 38c025a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.revad-ceph

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM quay.io/ceph/ceph:v18
2020

2121
RUN mkdir -p /etc/selinux/config
2222

23-
RUN dnf update --exclude=ceph-iscsi,chrony -y && dnf install -y \
23+
RUN dnf update --exclude=ceph-iscsi,chrony,selinux-policy-targeted -y && dnf install -y \
2424
git \
2525
gcc \
2626
make \

0 commit comments

Comments
 (0)