Updated execution command in Dockerfiles 48/2448/1
authorbalajihands <balaji.shankaran@radisys.com>
Fri, 7 Feb 2020 11:23:27 +0000 (16:53 +0530)
committerbalajihands <balaji.shankaran@radisys.com>
Fri, 7 Feb 2020 11:23:35 +0000 (16:53 +0530)
Change-Id: I8837e7ed1d6623f368d66b0f3bde63ff391abedd
Signed-off-by: balajihands <balaji.shankaran@radisys.com>
Dockerfile
Dockerfile-cu-stub

index 6c0b7bf..21e1727 100644 (file)
@@ -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
index 0f32d69..a02e292 100644 (file)
@@ -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