diff --git a/Dockerfile b/Dockerfile index fded646..279a435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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