Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / installation / ubuntu / src / main / docker / Dockerfile
diff --git a/installation/ubuntu/src/main/docker/Dockerfile b/installation/ubuntu/src/main/docker/Dockerfile
new file mode 100644 (file)
index 0000000..4c6de28
--- /dev/null
@@ -0,0 +1,9 @@
+# Base ubuntu with added packages needed for open ecomp
+FROM ubuntu:14.04.5
+MAINTAINER SDN-C Team (sdnc@lists.openecomp.org)
+# Steps needed to run inside ATT
+#COPY sources.list /etc/apt
+#COPY my_key.pub /tmp
+#RUN apt-key add - < /tmp/my_key.pub
+# Add tools needed for OpenDaylight
+RUN apt-get update && apt-get install -y git openjdk-7-jdk maven2 mysql-client nodejs nodejs-legacy python-pip graphviz npm