Update Dockerfile

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-08-07 22:15:49 +02:00
committed by GitHub
parent c7eb7ba81c
commit 33fba11b05

View File

@@ -1,7 +1,7 @@
FROM python:3.12-alpine
# Install dependencies
RUN pip install --no-cache-dir requests beautifulsoup4
RUN pip install --no-cache-dir requests beautifulsoup4 icalendar pytz
# Create working directory
WORKDIR /app