Skip to content

Commit

Permalink
+locales
Browse files Browse the repository at this point in the history
  • Loading branch information
wdiestel committed Dec 17, 2023
1 parent 8bda6fa commit d91a0be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Expand Up @@ -15,7 +15,11 @@ LABEL maintainer <diestel@steloj.de>


RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates-java openjdk-17-jre \
ca-certificates-java openjdk-17-jre \
#locales \
#&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
# dpkg-reconfigure --frontend=noninteractive locales && \
# update-locale LANG=en_US.UTF-8 \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /tmp
Expand Down

0 comments on commit d91a0be

Please sign in to comment.