Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
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-server
Commits
76ef29bd
Commit
76ef29bd
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
FIX: add missing dep to docker image
parent
c7960d14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!117
Release 0.12.2
Pipeline
#46666
passed
1 year ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Changes
1
Pipelines
15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/docker/Dockerfile
+2
-1
2 additions, 1 deletion
src/test/docker/Dockerfile
with
2 additions
and
1 deletion
src/test/docker/Dockerfile
+
2
−
1
View file @
76ef29bd
...
...
@@ -6,7 +6,8 @@ RUN apt-get update && \
libtiff5-dev libjpeg-dev libopenjp2-7-dev zlib1g-dev
\
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk
\
libharfbuzz-dev libfribidi-dev libxcb1-dev
\
python3-pip screen libpam0g-dev unzip curl shunit2
python3-pip screen libpam0g-dev unzip curl shunit2
\
python3-lxml libxml2-dev libxslt-dev
RUN
apt-get
install
-y
\
libcairo2-dev
...
...
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