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
8676fb4a
Commit
8676fb4a
authored
2 years ago
by
Daniel Crazzolara
Browse files
Options
Downloads
Patches
Plain Diff
Extracted apt pipeline commands to docker image
parent
3fcb7de6
Branches
Branches containing commit
Tags
Tags containing commit
5 merge requests
!132
Bringing July Release to production
,
!128
Fixing #315 and #319
,
!126
Continous Deployment with E2E Tests
,
!125
Publish docker image
,
!119
Publish docker image
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-7
0 additions, 7 deletions
.gitlab-ci.yml
src/main/docker/gitlabCI/customJHipster/Dockerfile
+2
-0
2 additions, 0 deletions
src/main/docker/gitlabCI/customJHipster/Dockerfile
with
2 additions
and
7 deletions
.gitlab-ci.yml
+
0
−
7
View file @
8676fb4a
...
...
@@ -110,13 +110,6 @@ e2e-test:
# - frontend-test
script
:
-
npm install
-
apt-get update
-
apt-get install -y default-jre
-
apt-get install -y xvfb
-
apt-get install -y zip
-
apt-get install -y wget
-
apt-get install -y ca-certificates
-
apt-get install -y libnss3-dev libasound2 libxss1 libappindicator3-1 libindicator7 gconf-service libgconf-2-4 libpango1.0-0 xdg-utils fonts-liberation libgbm1
-
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
-
dpkg -i google-chrome*.deb
# - node --version
...
...
This diff is collapsed.
Click to expand it.
src/main/docker/gitlabCI/customJHipster/Dockerfile
+
2
−
0
View file @
8676fb4a
FROM
jhipster/jhipster:latest
USER
root
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
\ No newline at end of file
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