mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
libncurses add
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
49335252fd
commit
63e9a4e8fc
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user