Skip to content

Commit

Permalink
Switch from dnf5 to dnf since the build is now sorted
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Sturla <robertsturla@outlook.com>
  • Loading branch information
p5 committed Sep 16, 2023
1 parent 7f0b59f commit f4bad28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/fedora-39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ ARG DISTRO
ARG SUITE
ENV DISTRO=${DISTRO}
ENV SUITE=${SUITE}
RUN dnf5 install -y rpm-build rpmlint dnf5-plugins
RUN dnf install -y rpm-build rpmlint dnf-plugins-core
COPY --link SPECS /root/rpmbuild/SPECS
RUN dnf5 builddep -y /root/rpmbuild/SPECS/*.spec
RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec
COPY --link --from=golang /usr/local/go /usr/local/go
WORKDIR /root/rpmbuild
ENTRYPOINT ["/bin/rpmbuild"]

0 comments on commit f4bad28

Please sign in to comment.