From c085b94fff42885e0f97ee0521de6f401f39e030 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 17 Aug 2017 08:48:17 -0500 Subject: [PATCH] Fix Ubuntu Dockerfile syntax It was removed a character required to build the Ubuntu Docker image in the commit I9ad061789fff4af2d21650783ab4659f54c729fa. Change-Id: If3d370f18692f2ee89de64a18d70b9428f85d308 Signed-off-by: Victor Morales Issue-Id: SDNC-60 Former-commit-id: a31f9aad7a5330c4ed665c95e540a062d860e1a2 --- installation/ubuntu/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/ubuntu/src/main/docker/Dockerfile b/installation/ubuntu/src/main/docker/Dockerfile index d53240f3..464d4c0a 100644 --- a/installation/ubuntu/src/main/docker/Dockerfile +++ b/installation/ubuntu/src/main/docker/Dockerfile @@ -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 \ -- 2.16.6