Change tag in the yaml file and console errors
[o-du/l2.git] / Dockerfile
1 FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 as ubuntu
2
3 ADD . /opt/o-du-l2
4 WORKDIR /opt/o-du-l2
5
6 RUN apt-get update && apt-get install -y libpcap-dev
7
8 RUN cd build/odu && make clean_odu odu MACHINE=BIT64 MODE=FDD
9
10 #CMD /opt/o-du-l2/bin/odu/odu