From 3165d175baf397b09d39a8f149de9e848b8d055f Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 2 May 2025 14:20:02 +0200 Subject: [PATCH] feat: set timezone --- Dockerfile | 3 +++ Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43b4837..6cfdf9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,9 @@ RUN rm -rf /var/lib/apt/lists/* /config/.cache /var/tmp/* /tmp/* RUN groupadd -g 1000 chromium && useradd -u 1000 -g chromium -G audio,video chromium \ && mkdir -p /home/chromium/Downloads && chown -R chromium:chromium /home/chromium +RUN rm /etc/localtime ; \ + ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime + COPY files/ / USER chromium diff --git a/Makefile b/Makefile index 0d9b8ff..805f896 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.2 +VERSION=1.5 SHELL=/bin/bash PROFILE=default OPT=