]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
ci: remove explicit fedora dependencies
authorIker Pedrosa <ipedrosa@redhat.com>
Thu, 13 Apr 2023 10:49:31 +0000 (12:49 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 13 Apr 2023 11:05:32 +0000 (13:05 +0200)
libbsd-devel libeconf-devel have already been added to the spec file and
they should be installed by the `dnf builddep` command.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
share/containers/fedora.dockerfile

index c7ab8511b534f71b710ebcdbaa3ddbf6811f34ce..f7581d8b7c8ed42276d0903a7b65978ff5eb79c4 100644 (file)
@@ -4,7 +4,6 @@ FROM "${OS_IMAGE}" AS build
 
 RUN dnf install -y dnf-plugins-core
 RUN dnf builddep -y shadow-utils
-RUN dnf install -y libbsd-devel libeconf-devel
 
 COPY ./ /usr/local/src/shadow/
 WORKDIR /usr/local/src/shadow/