diff --git a/Dockerfile b/Dockerfile index dc6d529..11e8a82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ MAINTAINER Stephan Richter RUN apk add --no-cache --update bash git maven openjdk17 +ENV LC_ALL de_DE.UTF-8 + # get the sources RUN git clone https://git.srsoftware.de/StephanRichter/Widerhall.git -b lang_de WORKDIR Widerhall