We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf78abf commit 0444ce3Copy full SHA for 0444ce3
Dockerfile
@@ -1,11 +1,13 @@
1
FROM ubuntu:18.04
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
-
+ENV LANG=ja_JP.UTF-8
5
+ENV LC_ALL=ja_JP.UTF-8
6
RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
7
8
RUN apt-get -qq update \
- && 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 \
11
&& apt-get -q install -y pandoc texlive-xetex fonts-ipafont bc jq \
12
&& apt-get -qq clean \
13
&& rm -rf /var/lib/apt/lists/* \
0 commit comments