From 79818259f15cada86470c06c1dcd25c17a8e7585 Mon Sep 17 00:00:00 2001 From: balajihands Date: Fri, 7 Feb 2020 16:53:27 +0530 Subject: [PATCH] Updated execution command in Dockerfiles Change-Id: I8837e7ed1d6623f368d66b0f3bde63ff391abedd Signed-off-by: balajihands --- Dockerfile | 2 +- Dockerfile-cu-stub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6