mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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 \
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue