We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a30e16c + 9ebb463 commit 47cebffCopy full SHA for 47cebff
build/containers/archive-analysis/Dockerfile
@@ -5,7 +5,7 @@ COPY . /usr/src/pcp
5
WORKDIR /usr/src/pcp
6
RUN dnf install -y git which rpm-build 'dnf-command(builddep)'
7
RUN dnf builddep -y build/rpm/redhat.spec
8
-RUN dnf remove -y selinux-policy
+RUN dnf remove -y selinux-policy || true
9
10
RUN ./Makepkgs --verbose
11
RUN mkdir /build && \
0 commit comments