FROM python:3.10.16-alpine3.21 WORKDIR /app RUN pip install bs4 requests