From 33fba11b058a21be5b770f5ba76bcc9b21592901 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 7 Aug 2025 22:15:49 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Kjeld Schouten --- containers/apps/bfics/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/bfics/Dockerfile b/containers/apps/bfics/Dockerfile index 9d8f0eed9d4..284d0a89028 100644 --- a/containers/apps/bfics/Dockerfile +++ b/containers/apps/bfics/Dockerfile @@ -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