mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add ncurses
This commit is contained in:
parent
f460fad23f
commit
fa78f9805b
1 changed files with 4 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n
|
|||
which \
|
||||
git \
|
||||
devtoolset-7-gcc* \
|
||||
gcc-c++ \
|
||||
gcc-c++ \
|
||||
make \
|
||||
cmake \
|
||||
curl \
|
||||
|
|
@ -36,8 +36,9 @@ RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n
|
|||
openssl-devel \
|
||||
tk-devel libffi-devel \
|
||||
qt5-qtbase-devel \
|
||||
autoconf \
|
||||
automake \
|
||||
autoconf \
|
||||
automake \
|
||||
ncurses-libs \
|
||||
&& yum clean all
|
||||
|
||||
# we need to build our own patchelf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue