X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-cu-stub;h=6a1d809356b65e44e3ad6096a98b463b6af3c976;hb=50aa3f9538e700074800c809f226760079e68d4a;hp=7e91785c46e4522c83e150ddcdb71a51cd727fc4;hpb=8d0db3e9cb27f2a585e1a4740b81b558819a7463;p=o-du%2Fl2.git diff --git a/Dockerfile-cu-stub b/Dockerfile-cu-stub index 7e91785c4..6a1d80935 100644 --- a/Dockerfile-cu-stub +++ b/Dockerfile-cu-stub @@ -1,10 +1,10 @@ -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:3-u16.04-nng as ubuntu +FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-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_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 +#CMD /opt/o-du-l2/bin/cu_stub/cu_stub