Merge pull request 'Add the timezone environment variable.' (#1) from modify_Dockerfile into main

Reviewed-on: #1
This commit is contained in:
Kazuhiro MUSASHI 2024-10-27 01:40:14 +00:00
commit 1a97192036
1 changed files with 2 additions and 0 deletions

2
Dockerfile Normal file → Executable file
View File

@ -1,5 +1,7 @@
FROM ubuntu:24.04
ENV TZ='Asia/Tokyo'
RUN apt update && apt install -y wget
WORKDIR /tmp