FROM python:3.10.5-slim

COPY requirements.txt ./
RUN pip install -r requirements.txt
