[COMMITTED] Containerfile-fedora-latest: Add ncurses-devel

Mark Wielaard mark@klomp.org
Mon Jun 27 23:51:28 GMT 2022


Now that we build gdb with configure --enable-targets=all
ncurses-devel seems to be needed.
---
 builder/containers/Containerfile-fedora-latest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/containers/Containerfile-fedora-latest b/builder/containers/Containerfile-fedora-latest
index 7b57344..6c3c8c3 100644
--- a/builder/containers/Containerfile-fedora-latest
+++ b/builder/containers/Containerfile-fedora-latest
@@ -8,7 +8,7 @@ RUN dnf upgrade -y && \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
         bzip2 bzip2-devel xz xz-devel gzip zlib-devel zstd libzstd-devel \
         findutils file tar curl libarchive-devel libcurl-devel \
-        libmicrohttpd-devel sqlite-devel elfutils elfutils-devel \
+        libmicrohttpd-devel sqlite-devel elfutils elfutils-devel ncurses-devel \
         texinfo \
         xmlto xmlto-tex fop poppler-utils libxslt docbook-dtds docbook-style-xsl \
         libxml2-devel dos2unix dpkg koji python3-devel python3-koji python3-mock \
-- 
2.30.2



More information about the Buildbot mailing list