From 865561f85dbeebf4be6020a3aa40c2a3b217f166 Mon Sep 17 00:00:00 2001 From: Erik Foris Date: Thu, 18 Apr 2024 17:08:57 +0200 Subject: [PATCH] Build the docker image --- build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build b/build index 6cb1b6e..fc6a017 100755 --- a/build +++ b/build @@ -3,6 +3,9 @@ cd /opt apt update apt install -y cmake make gcc g++ pkg-config libfftw3-dev libmbedtls-dev libsctp-dev libyaml-cpp-dev libgtest-dev screen libtool swig git clone https://github.com/srsran/oran-sc-ric.git +cd oran-sc-ric +docker compose build + #install ZeroMQ