F-Release Document Update
[o-du/l2.git] / Dockerfile-cu-stub
index 61148a2..e1efcd5 100644 (file)
@@ -1,10 +1,10 @@
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ubuntu
+FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0
 
 ADD . /opt/o-du-l2
 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=TEST_STUB MACHINE=BIT64 MODE=FDD
 
-CMD /opt/o-du-l2/bin/cu_stub/cu_stub
+#CMD /opt/o-du-l2/bin/cu_stub/cu_stub