Skip to content
Snippets Groups Projects
Commit 5bb2d3c4 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

re #4321

parent a1d75cc7
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ RUN apt update && apt install -y --no-install-recommends \ ...@@ -18,6 +18,7 @@ RUN apt update && apt install -y --no-install-recommends \
# Install locales # Install locales
RUN sed -i -e 's/# en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen \ RUN sed -i -e 's/# en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen \
&& sed -i -e 's/# de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/' /etc/locale.gen \
&& dpkg-reconfigure --frontend=noninteractive locales \ && dpkg-reconfigure --frontend=noninteractive locales \
&& update-locale && update-locale
......
...@@ -18,6 +18,7 @@ RUN apt update && apt install -y --no-install-recommends \ ...@@ -18,6 +18,7 @@ RUN apt update && apt install -y --no-install-recommends \
# Install locales # Install locales
RUN sed -i -e 's/# en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen \ RUN sed -i -e 's/# en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen \
&& sed -i -e 's/# de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/' /etc/locale.gen \
&& dpkg-reconfigure --frontend=noninteractive locales \ && dpkg-reconfigure --frontend=noninteractive locales \
&& update-locale && update-locale
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment