Fix Ubuntu Dockerfile syntax 39/7839/1
authorVictor Morales <victor.morales@intel.com>
Thu, 17 Aug 2017 13:48:17 +0000 (08:48 -0500)
committerVictor Morales <victor.morales@intel.com>
Thu, 17 Aug 2017 13:54:27 +0000 (08:54 -0500)
It was removed a character required to build the Ubuntu Docker image
in the commit I9ad061789fff4af2d21650783ab4659f54c729fa.

Change-Id: If3d370f18692f2ee89de64a18d70b9428f85d308
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: SDNC-60

Former-commit-id: a31f9aad7a5330c4ed665c95e540a062d860e1a2

installation/ubuntu/src/main/docker/Dockerfile

index d53240f..464d4c0 100644 (file)
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y git \
     graphviz \
     openjdk-8-jdk \
     maven \
-    mysql-client 
+    mysql-client \
     nodejs \
     nodejs-legacy \
     npm \