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:
parent
e047a3acc6
commit
075ed522be
@ -4,7 +4,6 @@ FROM "${OS_IMAGE}" AS build
|
|||||||
|
|
||||||
RUN dnf install -y dnf-plugins-core
|
RUN dnf install -y dnf-plugins-core
|
||||||
RUN dnf builddep -y shadow-utils
|
RUN dnf builddep -y shadow-utils
|
||||||
RUN dnf install -y libbsd-devel libeconf-devel
|
|
||||||
|
|
||||||
COPY ./ /usr/local/src/shadow/
|
COPY ./ /usr/local/src/shadow/
|
||||||
WORKDIR /usr/local/src/shadow/
|
WORKDIR /usr/local/src/shadow/
|
||||||
|
Loading…
Reference in New Issue
Block a user