mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 02:31:22 -03:00
Update Dockerfile
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user