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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
00ab8f17
Verified
Commit
00ab8f17
authored
5 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
TST: add gettext-base to dependencies
parent
b6677e84
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/docker/Dockerfile
+2
-2
2 additions, 2 deletions
test/docker/Dockerfile
with
2 additions
and
2 deletions
test/docker/Dockerfile
+
2
−
2
View file @
00ab8f17
FROM
debian:latest
FROM
debian:latest
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
firefox-esr pylint3 python3-pip
python3-httpbin git
\
apt-get
install
firefox-esr
gettext-base
pylint3 python3-pip
\
curl screen xvfb unzip
-y
python3-httpbin git
curl screen xvfb unzip
-y
RUN
git clone
-b
dev https://gitlab.com/caosdb/caosdb-pylib.git
&&
\
RUN
git clone
-b
dev https://gitlab.com/caosdb/caosdb-pylib.git
&&
\
cd
caosdb-pylib
&&
pip3
install
.
cd
caosdb-pylib
&&
pip3
install
.
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