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 <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa 2023-04-13 12:49:31 +02:00 committed by Iker Pedrosa
parent e047a3acc6
commit 075ed522be
1 changed files with 0 additions and 1 deletions

View 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/