Update Dockerfile
This commit is contained in:
@@ -5,7 +5,7 @@ FROM ubuntu:20.04
|
|||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# ---- Time zone (fix echo to expand $TZ) ----
|
# ---- Time zone (fix echo to expand $TZ) ----
|
||||||
ENV TZ=America/Detroit
|
ENV TZ=America/Los_Angeles
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
|
||||||
&& echo "$TZ" > /etc/timezone
|
&& echo "$TZ" > /etc/timezone
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user