From 1c954dd85cdae7a24bd4efe033518b246616d4ae Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Thu, 3 Nov 2022 10:29:31 +0100 Subject: [PATCH] fix(ci): install libtinfo required later in the linking --- builders/Dockerfile.concrete-compiler-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/Dockerfile.concrete-compiler-env b/builders/Dockerfile.concrete-compiler-env index f57546fe8..1c95aa7da 100644 --- a/builders/Dockerfile.concrete-compiler-env +++ b/builders/Dockerfile.concrete-compiler-env @@ -4,7 +4,7 @@ FROM quay.io/pypa/manylinux_2_28_x86_64 # clang is needed for rust bindings RUN dnf install -y epel-release RUN dnf update -y -RUN dnf install -y ninja-build hwloc-devel ccache clang +RUN dnf install -y ninja-build hwloc-devel ccache clang ncurses-devel # setup ccache with an unlimited amount of files and storage RUN ccache -M 0 RUN ccache -F 0