mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-13 23:52:44 +02: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 \
|
git \
|
||||||
libc6-dev \
|
libc6-dev \
|
||||||
make \
|
make \
|
||||||
|
libncurses5-dev \
|
||||||
' \
|
' \
|
||||||
&& set -x \
|
&& set -x \
|
||||||
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
|
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user