Skip to content

Commit

Permalink
Merge pull request #176 from nnn-training/oshamashama-patch-1
Browse files Browse the repository at this point in the history
connect update to install (fix issue 1010)
  • Loading branch information
taigaozawa authored Sep 21, 2022
2 parents b5dd957 + 0f93286 commit 8f4165b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM --platform=linux/x86_64 node:16.14.2-slim

RUN apt-get update
RUN apt-get install -y locales git procps vim tmux curl
RUN apt-get update && \
apt-get install -y locales git procps vim tmux curl
RUN locale-gen ja_JP.UTF-8
RUN localedef -f UTF-8 -i ja_JP ja_JP
ENV LANG=ja_JP.UTF-8
Expand Down

0 comments on commit 8f4165b

Please # to comment.