fix(ci): install libtinfo required later in the linking

This commit is contained in:
Ayoub Benaissa
2022-11-03 10:29:31 +01:00
committed by GitHub
parent f128982756
commit 1c954dd85c

View File

@@ -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