Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Textgrid Repository WebDAV Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
DARIAH-DE
TextGridRep
Textgrid Repository WebDAV Server
Commits
f3ff6435
Verified
Commit
f3ff6435
authored
3 years ago
by
Stefan Hynek
Browse files
Options
Downloads
Patches
Plain Diff
build(docker): do not fix package versions
parent
9dc9a589
No related branches found
No related tags found
No related merge requests found
Pipeline
#278358
passed
3 years ago
Stage: release
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
with
3 additions
and
2 deletions
Dockerfile
+
3
−
2
View file @
f3ff6435
...
...
@@ -15,10 +15,11 @@ LABEL \
org.label-schema.vcs-url="https://gitlab.gwdg.de/dariah-de/textgridrep/repdav" \
org.label-schema.vendor="SUB/FE"
# hadolint ignore=DL3018
RUN
adduser
-D
repdav
\
&&
apk add
--no-cache
\
# currently needed by icu library; needs to be replaced
t
omehow...
g++
=10.3.1_git20210424-r2 icu-dev=67.1-r2
# currently needed by icu library; needs to be replaced
s
omehow...
g++
icu-dev
USER
repdav
...
...
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