```dockerfile RUN python3 -m venv /opt/venv && \ /opt/venv/bin/pip install --upgrade pip setuptools && \ /opt/venv/bin/pip install norminette ```