X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-cu-stub;h=e1efcd59dc68150357e6e8d15967871e83466b3d;hb=f3ebe72b954b0880bd8a5ddeef806ca29e87af32;hp=0f32d69b2df1ded5eaf1ba1732617183d8edf2d6;hpb=34c7e2763182af6377e3a5529c2ed3e9264c1043;p=o-du%2Fl2.git diff --git a/Dockerfile-cu-stub b/Dockerfile-cu-stub index 0f32d69b2..e1efcd59d 100644 --- a/Dockerfile-cu-stub +++ b/Dockerfile-cu-stub @@ -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 -f ../config/ssi_mem +#CMD /opt/o-du-l2/bin/cu_stub/cu_stub