Skip to content

Commit 0444ce3

Browse files
committed
set locale ja
1 parent cf78abf commit 0444ce3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
FROM ubuntu:18.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
4-
4+
ENV LANG=ja_JP.UTF-8
5+
ENV LC_ALL=ja_JP.UTF-8
56
RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
67

78
RUN apt-get -qq update \
8-
&& apt-get -q install -y --no-install-recommends git ssh tar gzip ca-certificates curl \
9+
&& apt-get -q install -y --no-install-recommends git ssh tar gzip ca-certificates curl locales \
10+
&& locale-gen ja_JP.UTF-8 \
911
&& apt-get -q install -y pandoc texlive-xetex fonts-ipafont bc jq \
1012
&& apt-get -qq clean \
1113
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)