libncurses add

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-10-05 19:33:09 -04:00
parent 49335252fd
commit 63e9a4e8fc
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -12,6 +12,7 @@ RUN buildDeps=' \
git \
libc6-dev \
make \
libncurses5-dev \
' \
&& set -x \
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \