Skip to content

Commit

Permalink
fix install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liulx20 committed Feb 6, 2024
1 parent 87c4c75 commit 5b60f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion flex/scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b60f30

Please sign in to comment.