mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🎨 s/pip3/pip/g
This commit is contained in:
parent
1f12b0b1e8
commit
c1163405c4
11 changed files with 21 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:18.04
|
||||
|
||||
ARG PIP_INSTALL="pip3 install --no-cache-dir --use-feature=2020-resolver"
|
||||
ARG PIP_INSTALL="pip install --no-cache-dir --use-feature=2020-resolver"
|
||||
ARG OCRD_VERSION_MINIMUM="2.18.1"
|
||||
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
||||
ENV PIP_DEFAULT_TIMEOUT=120
|
||||
|
@ -42,7 +42,7 @@ RUN ${PIP_INSTALL} \
|
|||
|
||||
|
||||
# Check pip dependencies
|
||||
RUN pip3 check
|
||||
RUN pip check
|
||||
|
||||
|
||||
WORKDIR /data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue