Clean up Dockerfiles
[sdnc/oam.git] / installation / ubuntu / src / main / docker / Dockerfile
index 7d8e6eb..d53240f 100644 (file)
@@ -12,4 +12,13 @@ RUN if [ ! -z ${HTTP_PROXY} ]; then echo "Acquire::http::proxy  \"${HTTP_PROXY}\
     if [ ! -z ${HTTPS_PROXY} ]; then echo "Acquire::https::proxy \"${HTTPS_PROXY}\";" >> /etc/apt/apt.conf; fi
 
 # Add tools needed for OpenDaylight
-RUN apt-get update && apt-get install -y git openjdk-8-jdk maven mysql-client nodejs nodejs-legacy python-pip graphviz npm unzip
+RUN apt-get update && apt-get install -y git \
+    graphviz \
+    openjdk-8-jdk \
+    maven \
+    mysql-client 
+    nodejs \
+    nodejs-legacy \
+    npm \
+    python-pip \
+    unzip