🧹 Don't use pip option --use-feature=2020-resolver anymore

This commit is contained in:
Gerber, Mike 2020-12-03 18:45:52 +01:00
parent c5088b10e4
commit f05c26232f
10 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
FROM my_ocrd_workflow-core
ARG PIP_INSTALL="pip install --no-cache-dir --use-feature=2020-resolver"
ARG PIP_INSTALL="pip install --no-cache-dir"
# Build pip installable stuff