Skip to content

Commit a4f5f35

Browse files
committed
差分の修正
1 parent 9bb4746 commit a4f5f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM --platform=linux/x86_64 node:16.14.2-slim
22

33
RUN apt-get update && \
4-
apt-get install -y locales vim tmux
4+
apt-get install -y locales git procps vim tmux curl
55
RUN locale-gen ja_JP.UTF-8
66
RUN localedef -f UTF-8 -i ja_JP ja_JP
77
ENV LANG=ja_JP.UTF-8
88
ENV TZ=Asia/Tokyo
9-
WORKDIR /app
9+
WORKDIR /app

0 commit comments

Comments
 (0)