diff options
Diffstat (limited to 'installation/ubuntu/src')
-rw-r--r-- | installation/ubuntu/src/main/docker/Dockerfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/installation/ubuntu/src/main/docker/Dockerfile b/installation/ubuntu/src/main/docker/Dockerfile new file mode 100644 index 00000000..4c6de286 --- /dev/null +++ b/installation/ubuntu/src/main/docker/Dockerfile @@ -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 |