add ncurses

This commit is contained in:
Ondrej Samohel 2021-07-01 10:41:23 +02:00 committed by Ondrej Samohel
parent f460fad23f
commit fa78f9805b
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -22,7 +22,7 @@ RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n
which \ which \
git \ git \
devtoolset-7-gcc* \ devtoolset-7-gcc* \
gcc-c++ \ gcc-c++ \
make \ make \
cmake \ cmake \
curl \ curl \
@ -36,8 +36,9 @@ RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n
openssl-devel \ openssl-devel \
tk-devel libffi-devel \ tk-devel libffi-devel \
qt5-qtbase-devel \ qt5-qtbase-devel \
autoconf \ autoconf \
automake \ automake \
ncurses-libs \
&& yum clean all && yum clean all
# we need to build our own patchelf # we need to build our own patchelf