mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 21:50:14 +00:00
tools/ci/docker/linux/Dockerfile: Intall libtinfo5 in final image
fix the following error: /tools/clang-arm-none-eabi/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
4aad964d48
commit
d922119f0a
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
|
|||
libpulse-dev libpulse-dev:i386 \
|
||||
libpython2.7 \
|
||||
libncurses5-dev \
|
||||
libtinfo5 \
|
||||
libx11-dev libx11-dev:i386 \
|
||||
libxext-dev libxext-dev:i386 \
|
||||
linux-libc-dev:i386 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue