correction Dockerfile TZ

This commit is contained in:
greg 2025-09-08 18:52:55 +02:00
parent 3df4a4381c
commit 297efdec57

View File

@ -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 \