X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-cu-stub;h=1e0796aa91676e84d610c284f2a4c3ab1cf7de41;hb=29b5f01d779caab32dbc5b3686a5d917e4c818ec;hp=61148a2a1ad804738e804d1de71c89d241eca8f9;hpb=62ca5cdacefc1df4dbfafad05087649f1bfedf79;p=o-du%2Fl2.git diff --git a/Dockerfile-cu-stub b/Dockerfile-cu-stub index 61148a2a1..1e0796aa9 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/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 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_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