Skip to content

Commit f07e474

Browse files
lfittltianon
andauthored
Update Dockerfile-debian.template
Co-authored-by: Tianon Gravi <[email protected]>
1 parent 55e45ba commit f07e474

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile-debian.template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ RUN set -eux; \
4949
! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; \
5050
fi; \
5151
apt-get update; apt-get install -y --no-install-recommends locales; rm -rf /var/lib/apt/lists/*; \
52-
echo en_US.UTF-8 UTF-8 >> /etc/locale.gen; \
53-
locale-gen
52+
echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen; \
53+
locale-gen; \
54+
locale -a | grep 'en_US.utf8'
5455
ENV LANG en_US.utf8
5556

5657
RUN set -eux; \

0 commit comments

Comments
 (0)