Add tzdata for TZ env variable

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

View File

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