Skip to content

Commit

Permalink
build: f41 selinux policy packaging changes vs container build
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Nov 5, 2024
1 parent 6a33b4b commit 8533b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 selinux-policy-targeted

RUN ./Makepkgs --verbose
RUN mkdir /build && \
Expand Down
2 changes: 1 addition & 1 deletion build/containers/pcp/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 selinux-policy-targeted

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

0 comments on commit 8533b8a

Please sign in to comment.