mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
build: use en_US as locale
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -54,11 +54,11 @@ RUN apt-get update && \
|
|||||||
gpg-agent
|
gpg-agent
|
||||||
|
|
||||||
### Setup the locale
|
### Setup the locale
|
||||||
RUN sed -i 's/# de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/' /etc/locale.gen && \
|
RUN sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||||
locale-gen de_DE.UTF-8
|
locale-gen en_US.UTF-8
|
||||||
ENV LANG=de_DE.UTF-8 \
|
ENV LANG=en_US.UTF-8 \
|
||||||
LANGUAGE=de_DE \
|
LANGUAGE=en_US \
|
||||||
LC_ALL=de_DE.UTF-8
|
LC_ALL=en_US.UTF-8
|
||||||
RUN dpkg-reconfigure --frontend noninteractive locales
|
RUN dpkg-reconfigure --frontend noninteractive locales
|
||||||
|
|
||||||
### add chrome repository
|
### add chrome repository
|
||||||
|
|||||||
Reference in New Issue
Block a user