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
|
@ -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…
Reference in New Issue