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(){
then
if [[ "$OS_BASEDISTRO" == "fedora" ]]; then
$SUDO $INSTALLER install $OPTION \
gcc-c++ \
$CMAKE \
make \
boost-devel \
libevent-devel \
double-conversion-devel \
......
......@@ -242,6 +242,8 @@ install_nghttp2_from_git() {
binutils-devel \
autoconf \
automake \
$CMAKE \
make \
libtool \
pkg-config \
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