Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kotahi
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Omo Oaiya
Kotahi
Commits
3e125081
Commit
3e125081
authored
5 years ago
by
Jure
Browse files
Options
Downloads
Patches
Plain Diff
ci: add missing dependencies for cypress
parent
d3750ead
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
with
2 additions
and
0 deletions
Dockerfile
+
2
−
0
View file @
3e125081
...
@@ -11,6 +11,8 @@ COPY . .
...
@@ -11,6 +11,8 @@ COPY . .
# We do a development install because react-styleguidist is a dev dependency and we want to run tests
# We do a development install because react-styleguidist is a dev dependency and we want to run tests
RUN
[
"yarn"
,
"install"
,
"--frozen-lockfile"
]
RUN
[
"yarn"
,
"install"
,
"--frozen-lockfile"
]
# Install dependencies for Cypress
RUN
apt-get
-y
update
&&
apt-get
-y
install
xvfb libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
ENV
NODE_ENV ${NODE_ENV}
ENV
NODE_ENV ${NODE_ENV}
...
...
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