From: Iker Pedrosa Date: Thu, 13 Apr 2023 10:49:31 +0000 (+0200) Subject: ci: remove explicit fedora dependencies X-Git-Tag: 4.14.0-rc1~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=075ed522be90bc339c55a73c611453536daf6275;p=thirdparty%2Fshadow.git ci: remove explicit fedora dependencies 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 --- diff --git a/share/containers/fedora.dockerfile b/share/containers/fedora.dockerfile index c7ab8511b..f7581d8b7 100644 --- a/share/containers/fedora.dockerfile +++ b/share/containers/fedora.dockerfile @@ -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/