This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
2bc412fa
Commit
2bc412fa
authored
1 year ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
Fixing Docker
parent
229b937e
Branches
Branches containing commit
1 merge request
!223
Resolve "NPM Packages aktualisieren, Vulnerabilities reduzieren"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
src/main/docker/gitlabCI/customJHipster/Dockerfile
+1
-1
1 addition, 1 deletion
src/main/docker/gitlabCI/customJHipster/Dockerfile
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
2bc412fa
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
src/main/docker/gitlabCI/customJHipster/Dockerfile
+
1
−
1
View file @
2bc412fa
...
...
@@ -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 node
js
npm
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment