Modified Dockerfiles for LF CI integration
[o-du/l2.git] / Dockerfile-cu-stub
diff --git a/Dockerfile-cu-stub b/Dockerfile-cu-stub
new file mode 100644 (file)
index 0000000..61148a2
--- /dev/null
@@ -0,0 +1,10 @@
+FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ubuntu
+
+ADD . /opt/o-du-l2
+WORKDIR /opt/o-du-l2
+
+RUN apt-get update && apt-get install -y libpcap-dev
+
+RUN cd build/odu && make clean_all cu_stub MACHINE=BIT64 MODE=FDD
+
+CMD /opt/o-du-l2/bin/cu_stub/cu_stub