FROM python:3.7-bullseye ENV DOCKER=1 COPY python/web/requirements-dev.txt /requirements-dev.txt RUN pip install -r /requirements-dev.txt