Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcdonell committed Dec 27, 2024
2 parents a30e16c + 9ebb463 commit 47cebff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/containers/archive-analysis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /usr/src/pcp
WORKDIR /usr/src/pcp
RUN dnf install -y git which rpm-build 'dnf-command(builddep)'
RUN dnf builddep -y build/rpm/redhat.spec
RUN dnf remove -y selinux-policy
RUN dnf remove -y selinux-policy || true

RUN ./Makepkgs --verbose
RUN mkdir /build && \
Expand Down

0 comments on commit 47cebff

Please sign in to comment.