X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-cu-stub;h=1512680cbc8c12919fef287997157dbc9b975d00;hb=HEAD;hp=79acea39b72c39108caf8a9b5b79a29a3b1f1fc2;hpb=8fb71c0f3edcf97717a64bc7629cf93da00e18e5;p=o-du%2Fl2.git diff --git a/Dockerfile-cu-stub b/Dockerfile-cu-stub index 79acea39b..1512680cb 100644 --- a/Dockerfile-cu-stub +++ b/Dockerfile-cu-stub @@ -1,10 +1,10 @@ -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:7-u18.04 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 apt-get update && apt-get install -y libpcap-dev && apt-get install -y libxml2-dev 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