Add the timezone environment variable.
This commit is contained in:
parent
5a0f9cd399
commit
41255b0b3b
|
@ -1,5 +1,7 @@
|
||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
|
ENV TZ='Asia/Tokyo'
|
||||||
|
|
||||||
RUN apt update && apt install -y wget
|
RUN apt update && apt install -y wget
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
Loading…
Reference in New Issue