From 41255b0b3b1ef74cdcb37fa2c4469dd492d3c146 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 27 Oct 2024 10:38:09 +0900 Subject: [PATCH] Add the timezone environment variable. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 Dockerfile diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 index a1770e6..7f6502f --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:24.04 +ENV TZ='Asia/Tokyo' + RUN apt update && apt install -y wget WORKDIR /tmp