Commit f226be9e authored by Mohammed Ismail's avatar Mohammed Ismail

fix rhel8 image build

Signed-off-by: default avatarMohammed Ismail <mohammed.ismail@openairinterface.org>
parent 84a148a0
...@@ -49,6 +49,9 @@ install_fb_folly_from_source(){ ...@@ -49,6 +49,9 @@ install_fb_folly_from_source(){
then then
if [[ "$OS_BASEDISTRO" == "fedora" ]]; then if [[ "$OS_BASEDISTRO" == "fedora" ]]; then
$SUDO $INSTALLER install $OPTION \ $SUDO $INSTALLER install $OPTION \
gcc-c++ \
$CMAKE \
make \
boost-devel \ boost-devel \
libevent-devel \ libevent-devel \
double-conversion-devel \ double-conversion-devel \
......
...@@ -242,6 +242,8 @@ install_nghttp2_from_git() { ...@@ -242,6 +242,8 @@ install_nghttp2_from_git() {
binutils-devel \ binutils-devel \
autoconf \ autoconf \
automake \ automake \
$CMAKE \
make \
libtool \ libtool \
pkg-config \ pkg-config \
zlib-devel \ zlib-devel \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment