From 075ed522be90bc339c55a73c611453536daf6275 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Thu, 13 Apr 2023 12:49:31 +0200 Subject: [PATCH] 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 --- share/containers/fedora.dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/share/containers/fedora.dockerfile b/share/containers/fedora.dockerfile index c7ab8511..f7581d8b 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/