X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-cu-stub;h=afefba0395cf037b9a0f30c997204af152239cb3;hb=fe93cf1cdce9f0e03264028b09660dc44e9b03e6;hp=a02e292a318ef9c332e10f731fe71287533eadd1;hpb=79818259f15cada86470c06c1dcd25c17a8e7585;p=o-du%2Fl2.git diff --git a/Dockerfile-cu-stub b/Dockerfile-cu-stub index a02e292a3..afefba039 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:10004/bldr-ubuntu18-c-go:6-u18.04-nng as ubuntu 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_cu cu_stub NODE=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