Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StoragePlugin4Rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Digital Preservation
StoragePlugin4Rosetta
Commits
3ff66d99
Commit
3ff66d99
authored
1 year ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
set locales
parent
cc39082a
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6165
canceled
1 year ago
Stage: build
Stage: test
Stage: packaging
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci/Dockerfile
+8
-3
8 additions, 3 deletions
gitlab-ci/Dockerfile
with
8 additions
and
3 deletions
gitlab-ci/Dockerfile
+
8
−
3
View file @
3ff66d99
...
...
@@ -3,14 +3,19 @@ FROM sdvharbor.slub-dresden.de/replication/debian:bookworm-slim
ARG
GITDIR
ENV
DEBIAN_FRONTEND=noninteractive
ENV
EXLIBRIS_REPO=https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
ENV
EXLIBRIS_REPODIR=Rosetta.dps-sdk-projects
ENV
EXLIBRIS_PATH=/exlibris
ENV
EXLIBRIS_REPODIR=Rosetta.d
RUN
apt-get update
;
\
apt-get
install
-y
--no-install-recommends
gnupg wget
;
\
apt-get
install
-y
--no-install-recommends
gnupg wget
locales
;
\
wget
-O
- http://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key | apt-key add -
;
\
echo
"deb http://sdvdebianrepo.slub-dresden.de/deb-repository bookworm main"
>
/etc/apt/sources.list.d/slub.list
;
RUN
sed
-i
'/en_US.UTF-8/s/^# //g'
/etc/locale.gen
&&
\
locale-gen
ENV
LANG=en_US.UTF-8
ENV
LANGUAGE=en_US:en
ENV
LC_ALL=en_US.UTF-8
RUN
apt-get update
;
\
apt-get
-y
upgrade
;
\
apt-get
install
-y
\
...
...
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