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