We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb4746 commit a4f5f35Copy full SHA for a4f5f35
Dockerfile
@@ -1,9 +1,9 @@
1
FROM --platform=linux/x86_64 node:16.14.2-slim
2
3
RUN apt-get update && \
4
- apt-get install -y locales vim tmux
+ apt-get install -y locales git procps vim tmux curl
5
RUN locale-gen ja_JP.UTF-8
6
RUN localedef -f UTF-8 -i ja_JP ja_JP
7
ENV LANG=ja_JP.UTF-8
8
ENV TZ=Asia/Tokyo
9
-WORKDIR /app
+WORKDIR /app
0 commit comments