From 5b60f300c3efc83eb0d103f968d1c0a5fafa8cc3 Mon Sep 17 00:00:00 2001 From: liulx20 <519459125@qq.com> Date: Tue, 6 Feb 2024 14:19:52 +0800 Subject: [PATCH] fix install dependencies --- flex/Dockerfile | 2 +- flex/scripts/install_dependencies.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flex/Dockerfile b/flex/Dockerfile index 328a07694296..8e10c984523f 100644 --- a/flex/Dockerfile +++ b/flex/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y vim wget \ libboost-all-dev RUN apt-get install -y maven openssl \ gcc make python3 libyaml-cpp-dev \ - libc-ares-dev doxygen python3-pip net-tools curl + libc-ares-dev doxygen python3-pip net-tools curl libncurses5-dev # install libgrape-lite RUN cd /tmp && \ diff --git a/flex/scripts/install_dependencies.sh b/flex/scripts/install_dependencies.sh index 1ad610aabe8d..1761b4a7285d 100644 --- a/flex/scripts/install_dependencies.sh +++ b/flex/scripts/install_dependencies.sh @@ -16,7 +16,7 @@ sudo apt update -y sudo apt install -y \ ninja-build ragel libhwloc-dev libnuma-dev libpciaccess-dev vim wget curl \ git g++ libunwind-dev libgoogle-glog-dev cmake libopenmpi-dev default-jdk libcrypto++-dev \ - libboost-all-dev libxml2-dev protobuf-compiler libprotobuf-dev + libboost-all-dev libxml2-dev protobuf-compiler libprotobuf-dev libncurses5-dev sudo apt install -y xfslibs-dev libgnutls28-dev liblz4-dev maven openssl pkg-config \ libsctp-dev gcc make python3 systemtap-sdt-dev libtool libyaml-cpp-dev \ libc-ares-dev stow libfmt-dev diffutils valgrind doxygen python3-pip net-tools graphviz