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 \
gnupg \
initramfs-tools \
libncurses5 \
libtool \
make \
ncurses-dev \

View File

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