summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIker Pedrosa <ipedrosa@redhat.com>2023-04-13 12:49:31 +0200
committerIker Pedrosa <ikerpedrosam@gmail.com>2023-04-13 13:05:32 +0200
commit075ed522be90bc339c55a73c611453536daf6275 (patch)
treebc551bf2aed07d28e14b14595230813eaba2422b
parente047a3acc6c8d6ad959648361f8fca5d653a7735 (diff)
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>
-rw-r--r--share/containers/fedora.dockerfile1
1 files changed, 0 insertions, 1 deletions
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/