From 9e35780e7b530eb671a11b5886f2590c86f3bbd3 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 27 Mar 2025 19:37:22 -0600 Subject: [PATCH] Add tzdata for TZ env variable --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0e30a17..420567a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ python3-pip \ ffmpeg \ git \ + tzdata \ && rm -rf /var/lib/apt/lists/* # Copy requirements and install Python dependencies