debian: Add libncurses5 for ccmake

Closes #403
This commit is contained in:
Matt McCormick 2020-05-06 12:21:11 -04:00
parent 1d12174566
commit 324fe9a80b
No known key found for this signature in database
GPG Key ID: 2E6EE54E654A512B
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ RUN \
gzip \ gzip \
gnupg \ gnupg \
initramfs-tools \ initramfs-tools \
libncurses5 \
libtool \ libtool \
make \ make \
ncurses-dev \ ncurses-dev \

View File

@ -33,6 +33,7 @@ RUN \
gzip \ gzip \
zip \ zip \
make \ make \
libncurses5 \
ncurses-dev \ ncurses-dev \
pkg-config \ pkg-config \
libtool \ libtool \