File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV SUITE=${SUITE}
2525# https://forums.centos.org/viewtopic.php?f=54&t=72574, and
2626# https://access.redhat.com/solutions/3720351
2727RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
28- RUN dnf install -y rpm-build rpmlint dnf-plugins-core
28+ RUN dnf install -y rpm-build dnf-plugins-core
2929RUN dnf config-manager --set-enabled crb
3030
3131COPY --link SPECS /root/rpmbuild/SPECS
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG DISTRO
1818ARG SUITE
1919ENV DISTRO=${DISTRO}
2020ENV SUITE=${SUITE}
21- RUN dnf install -y rpm-build rpmlint dnf-plugins-core
21+ RUN dnf install -y rpm-build dnf-plugins-core
2222COPY --link SPECS /root/rpmbuild/SPECS
2323RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec
2424COPY --link --from=golang /usr/local/go /usr/local/go
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG DISTRO
1818ARG SUITE
1919ENV DISTRO=${DISTRO}
2020ENV SUITE=${SUITE}
21- RUN dnf install -y rpm-build rpmlint dnf-plugins-core
21+ RUN dnf install -y rpm-build dnf-plugins-core
2222COPY --link SPECS /root/rpmbuild/SPECS
2323RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec
2424COPY --link --from=golang /usr/local/go /usr/local/go
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG DISTRO
1818ARG SUITE
1919ENV DISTRO=${DISTRO}
2020ENV SUITE=${SUITE}
21- RUN dnf install -y rpm-build rpmlint dnf-plugins-core
21+ RUN dnf install -y rpm-build dnf-plugins-core
2222# FIXME(thaJeztah): workaround for building on Fedora 41 on arm64
2323#
2424# This is the equivalent of https://github.com/docker/containerd-packaging/pull/390
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ARG SUITE
3737ENV DISTRO=${DISTRO}
3838ENV SUITE=${SUITE}
3939
40- RUN dnf install -y rpm-build rpmlint
40+ RUN dnf install -y rpm-build
4141COPY --link SPECS /root/rpmbuild/SPECS
4242RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec
4343COPY --link --from=golang /usr/local/go /usr/local/go
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ARG SUITE
3737ENV DISTRO=${DISTRO}
3838ENV SUITE=${SUITE}
3939
40- RUN dnf install -y rpm-build rpmlint
40+ RUN dnf install -y rpm-build
4141COPY --link SPECS /root/rpmbuild/SPECS
4242RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec
4343COPY --link --from=golang /usr/local/go /usr/local/go
You can’t perform that action at this time.
0 commit comments