Skip to content

Commit 045a456

Browse files
grzesuavgdams
authored andcommitted
fix: AdoptOpenJDK#179 - Proper locale in debian image (AdoptOpenJDK#180)
1 parent d1ed807 commit 045a456

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.idea/vcs.xml
33
*_shasums_latest.sh
44
manifest_commands.sh
5+
hadolint/

dockerfile_functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ print_ubuntu_pkg() {
9292
cat >> $1 <<'EOI'
9393
RUN apt-get update \
9494
&& apt-get install -y --no-install-recommends curl ca-certificates locales \
95+
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
9596
&& locale-gen en_US.UTF-8 \
9697
&& rm -rf /var/lib/apt/lists/*
9798
EOI

0 commit comments

Comments
 (0)