Configuring lf jenkins
[o-du/l2.git] / Dockerfile
1 FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ubuntu
2
3 WORKDIR .
4
5 RUN cd ./build/odu
6 RUN make clean_all odu cu_stub MACHINE=BIT64 MODE=FDD
7 #RUN make cu_stub MACHINE=BIT64 MODE=FDD
8