Add tzdata for TZ env variable

This commit is contained in:
McCloudS
2025-03-27 19:37:22 -06:00
committed by GitHub
parent 3ed6da7f4c
commit 9e35780e7b

View File

@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-pip \ python3-pip \
ffmpeg \ ffmpeg \
git \ git \
tzdata \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Copy requirements and install Python dependencies # Copy requirements and install Python dependencies