Skip to content

Commit 47cebff

Browse files
committed
2 parents a30e16c + 9ebb463 commit 47cebff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/containers/archive-analysis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . /usr/src/pcp
55
WORKDIR /usr/src/pcp
66
RUN dnf install -y git which rpm-build 'dnf-command(builddep)'
77
RUN dnf builddep -y build/rpm/redhat.spec
8-
RUN dnf remove -y selinux-policy
8+
RUN dnf remove -y selinux-policy || true
99

1010
RUN ./Makepkgs --verbose
1111
RUN mkdir /build && \

0 commit comments

Comments
 (0)