FROM python:3.10-slim RUN pip install --no-cache-dir flask requests COPY app.py /app.py CMD ["python","/app.py"]