FROM python:3.9-slim RUN pip install flask requests Pillow COPY app.py /app.py CMD ["python", "/app.py"]