Configuring lf jenkins
[o-du/l2.git] / Dockerfile
diff --git a/Dockerfile b/Dockerfile
new file mode 100644 (file)
index 0000000..c41d6ec
--- /dev/null
@@ -0,0 +1,8 @@
+FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ubuntu
+
+WORKDIR .
+
+RUN cd ./build/odu
+RUN make clean_all odu cu_stub MACHINE=BIT64 MODE=FDD
+#RUN make cu_stub MACHINE=BIT64 MODE=FDD
+