mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08: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:
committed by
Brennan Ashton
parent
4aad964d48
commit
d922119f0a
@@ -248,6 +248,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
|
|||||||
libpulse-dev libpulse-dev:i386 \
|
libpulse-dev libpulse-dev:i386 \
|
||||||
libpython2.7 \
|
libpython2.7 \
|
||||||
libncurses5-dev \
|
libncurses5-dev \
|
||||||
|
libtinfo5 \
|
||||||
libx11-dev libx11-dev:i386 \
|
libx11-dev libx11-dev:i386 \
|
||||||
libxext-dev libxext-dev:i386 \
|
libxext-dev libxext-dev:i386 \
|
||||||
linux-libc-dev:i386 \
|
linux-libc-dev:i386 \
|
||||||
|
|||||||
Reference in New Issue
Block a user