FROM python:3.9-slim RUN apt update -y && apt install -y calendar RUN pip install requests beautifulsoup4 lxml COPY config.py . COPY main.py . COPY on_this_day.py . COPY config.py . CMD python main.py