From: balajihands Date: Fri, 7 Feb 2020 11:23:27 +0000 (+0530) Subject: Updated execution command in Dockerfiles X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=79818259f15cada86470c06c1dcd25c17a8e7585;p=o-du%2Fl2.git Updated execution command in Dockerfiles Change-Id: I8837e7ed1d6623f368d66b0f3bde63ff391abedd Signed-off-by: balajihands --- diff --git a/Dockerfile b/Dockerfile index 6c0b7bf76..21e172709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ WORKDIR /opt/o-du-l2 RUN apt-get update && apt-get install -y libpcap-dev -RUN cd build/odu && make clean_all odu MACHINE=BIT64 MODE=FDD +RUN cd build/odu && make clean_odu odu MACHINE=BIT64 MODE=FDD #CMD /opt/o-du-l2/bin/odu/odu -f ../config/ssi_mem diff --git a/Dockerfile-cu-stub b/Dockerfile-cu-stub index 0f32d69b2..a02e292a3 100644 --- a/Dockerfile-cu-stub +++ b/Dockerfile-cu-stub @@ -5,6 +5,6 @@ WORKDIR /opt/o-du-l2 RUN apt-get update && apt-get install -y libpcap-dev -RUN cd build/odu && make clean_all cu_stub MACHINE=BIT64 MODE=FDD +RUN cd build/odu && make clean_cu cu_stub NODE=CU_STUB MACHINE=BIT64 MODE=FDD #CMD /opt/o-du-l2/bin/cu_stub/cu_stub -f ../config/ssi_mem