correction Dockerfile TZ
This commit is contained in:
parent
3df4a4381c
commit
297efdec57
@ -2,7 +2,7 @@ FROM ubuntu:24.04 AS builder
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
ARG TIMEZONE="Etc/UTC"
|
||||
ARG TIMEZONE="${WOW_TIMEZONE}"
|
||||
ENV TZ="${TIMEZONE}"
|
||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
||||
--mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
|
||||
|
Loading…
x
Reference in New Issue
Block a user