fix(docker): tzdata-Install entfernt - im python:3.11-slim schon drin

Vermeidet unnoetigen Platzbedarf beim Build (31 Pakete / 192 MB werden
sonst mitgezogen).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Stefan Hacker 2026-04-14 15:22:42 +02:00
parent 3eb038abd8
commit a21bf6de1b
1 changed files with 1 additions and 1 deletions

View File

@ -11,9 +11,9 @@ FROM python:3.11-slim
WORKDIR /app
# Install system dependencies
# tzdata ist im python:3.11-slim bereits enthalten - nur gcc nachinstallieren.
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
tzdata \
&& rm -rf /var/lib/apt/lists/*
# Install Python dependencies