docker/bootstrap: Add libncurses-dev, needed by texinfo.
This commit is contained in:
parent
6a9f74bc4f
commit
db408f1835
9
3rdparty/docker/bootstrap/Dockerfile
vendored
9
3rdparty/docker/bootstrap/Dockerfile
vendored
@ -10,12 +10,15 @@ RUN apt-get install -y git nasm autoconf automake texinfo flex \
|
||||
libcurl4-openssl-dev genisoimage libtool mtools gcc-multilib \
|
||||
u-boot-tools util-linux device-tree-compiler bc
|
||||
|
||||
# GCC Requirements
|
||||
# GCC requirements
|
||||
RUN apt-get install -y python
|
||||
# zlib Requirements
|
||||
# zlib requirements
|
||||
RUN apt-get install -y cmake
|
||||
# ICU Requirements
|
||||
# ICU requirements
|
||||
RUN apt-get install -y pkg-config
|
||||
# texinfo requirements
|
||||
RUN apt-get install -y libncurses-dev
|
||||
|
||||
# Developer sundries (that won't impact bootstrap)
|
||||
RUN apt-get install -y vim nano
|
||||
RUN echo "source /usr/share/vim/vim80/defaults.vim" > ~/.vimrc
|
||||
|
Loading…
Reference in New Issue
Block a user