Code Review
/
o-du
/
l2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Trigger_macCellCfg
[o-du/l2.git]
/
Dockerfile
1
FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:6-u18.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