FROM python:3.10.19-trixie WORKDIR /workdir COPY requirements.txt . USER root RUN pip3 install -r requirements.txt ENTRYPOINT /bin/bash