This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 2bc412fa authored by Michael Breu's avatar Michael Breu
Browse files

Fixing Docker

parent 229b937e
Branches
1 merge request!223Resolve "NPM Packages aktualisieren, Vulnerabilities reduzieren"
......@@ -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"
......
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment