From 2bc412faf991f95d4d5892abdc9b09ca9043f1ed Mon Sep 17 00:00:00 2001
From: Michael Breu <Michael.Breu@arctis.at>
Date: Tue, 19 Dec 2023 16:41:52 +0100
Subject: [PATCH] Fixing Docker

---
 .gitlab-ci.yml                                     | 1 +
 src/main/docker/gitlabCI/customJHipster/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bffb9366d..a916df625 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,6 +54,7 @@ pmdCheckstylePrettierLint:
     - echo "Running checkstyle"
     - ./mvnw -ntp checkstyle:check -Dmaven.repo.local=$MAVEN_USER_HOME || SUCCESS=false
     - echo "Running prettier"
+    - node --version; npm --version
     - npm install
     - npm run prettier:check
     - echo "Running eslint"
diff --git a/src/main/docker/gitlabCI/customJHipster/Dockerfile b/src/main/docker/gitlabCI/customJHipster/Dockerfile
index 3d9c195a5..ebba9a202 100644
--- a/src/main/docker/gitlabCI/customJHipster/Dockerfile
+++ b/src/main/docker/gitlabCI/customJHipster/Dockerfile
@@ -4,4 +4,4 @@ USER root
 
 ARG VERSION=6.40.0
 
-RUN apt update && apt install -y default-jre xvfb zip wget ca-certificates libnss3-dev libasound2 libxss1 libappindicator3-1 libindicator7 gconf-service libgconf-2-4 libpango1.0-0 xdg-utils fonts-liberation libgbm1 bash rsync openssh-client node npm
+RUN apt update && apt install -y default-jre xvfb zip wget ca-certificates libnss3-dev libasound2 libxss1 libappindicator3-1 libindicator7 gconf-service libgconf-2-4 libpango1.0-0 xdg-utils fonts-liberation libgbm1 bash rsync openssh-client nodejs npm
-- 
GitLab