Updated execution command in Dockerfiles
[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 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 -f ../config/ssi_mem