Skip to content

Commit

Permalink
Merge pull request #152 from s-hayase/main-2022
Browse files Browse the repository at this point in the history
差分の修正
  • Loading branch information
moesuke authored Feb 13, 2023
2 parents 9bb4746 + a4f5f35 commit 9e4dfeb
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,9 +1,9 @@
FROM --platform=linux/x86_64 node:16.14.2-slim

RUN apt-get update && \
apt-get install -y locales vim tmux
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
ENV TZ=Asia/Tokyo
WORKDIR /app
WORKDIR /app

0 comments on commit 9e4dfeb

Please # to comment.