Skip to content
Snippets Groups Projects
Commit 3ff66d99 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

set locales

parent cc39082a
Branches
No related tags found
No related merge requests found
Pipeline #6165 canceled
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment