diff options
-rw-r--r-- | installation/ubuntu/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |