Add missing ncurses-dev

Is default on offical builds.
Is extremely useful as an admin i dont want lo enter the game everytime i need to issue a command.
This commit is contained in:
IvanTurgenev 2020-04-28 00:09:20 -05:00 committed by Ryan Kuba
parent fec38acfc0
commit 55a04da057

View File

@ -38,6 +38,7 @@ RUN \
luajit-dev \
make \
mesa-dev \
ncurses-dev \
openal-soft-dev \
python3-dev \
sqlite-dev && \