Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
f8e2b330
Commit
f8e2b330
authored
4 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Fixing pipeline.
parent
24c8c17b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/docker/Dockerfile
+9
-4
9 additions, 4 deletions
test/docker/Dockerfile
with
9 additions
and
4 deletions
test/docker/Dockerfile
+
9
−
4
View file @
f8e2b330
FROM
debian:10
RUN
echo
"deb http://deb.debian.org/debian buster-backports main"
>>
/etc/apt/sources.list
\
ADD
node_gpg.asc /etc/apt/
RUN
apt-get update
\
&&
apt-get
install
-y
gnupg ca-certificates
\
&&
apt-key add /etc/apt/node_gpg.asc
\
&&
echo
"deb http://deb.debian.org/debian buster-backports main"
>>
/etc/apt/sources.list
\
&&
echo
"deb https://deb.nodesource.com/node_14.x buster main"
>>
/etc/apt/sources.list
\
&&
apt-get update
\
&&
apt-get
install
-y
\
firefox-esr gettext-base python3-pip
\
firefox-esr gettext-base
pylint3
python3-pip
\
python3-httpbin git curl x11-apps xvfb unzip
\
&&
apt-get
install
-y
-t
buster-backports
\
npm
nodejs
# Don't install `npm` (Debian), it conflicts with the `nodejs` (Node) package
\
&&
apt-get
install
-f
RUN
pip3
install
pylint pytest
RUN
pip3
install
caosdb
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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