mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-12 14:39:53 +02:00
🐛 Fix get-pip
This commit is contained in:
parent
3390beacd1
commit
b376e6151e
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ RUN echo "setOverrideLogLevel(os.getenv('LOG_LEVEL', 'INFO'))" >/etc/ocrd_loggin
|
||||||
# We use get-pip.py here to avoid
|
# We use get-pip.py here to avoid
|
||||||
# a. having to upgrade from Ubuntu's pip
|
# a. having to upgrade from Ubuntu's pip
|
||||||
# b. the dreaded "old script wrapper" error message
|
# b. the dreaded "old script wrapper" error message
|
||||||
RUN curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
RUN curl -sSL https://bootstrap.pypa.io/pip/3.6/get-pip.py -o get-pip.py && \
|
||||||
python3 get-pip.py && \
|
python3 get-pip.py && \
|
||||||
rm -f get-pip.py
|
rm -f get-pip.py
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ RUN echo "setOverrideLogLevel(os.getenv('LOG_LEVEL', 'INFO'))" >/etc/ocrd_loggin
|
||||||
# We use get-pip.py here to avoid
|
# We use get-pip.py here to avoid
|
||||||
# a. having to upgrade from Ubuntu's pip
|
# a. having to upgrade from Ubuntu's pip
|
||||||
# b. the dreaded "old script wrapper" error message
|
# b. the dreaded "old script wrapper" error message
|
||||||
RUN curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
RUN curl -sSL https://bootstrap.pypa.io/pip/3.6/get-pip.py -o get-pip.py && \
|
||||||
python3 get-pip.py && \
|
python3 get-pip.py && \
|
||||||
rm -f get-pip.py
|
rm -f get-pip.py
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ RUN echo "setOverrideLogLevel(os.getenv('LOG_LEVEL', 'INFO'))" >/etc/ocrd_loggin
|
||||||
# We use get-pip.py here to avoid
|
# We use get-pip.py here to avoid
|
||||||
# a. having to upgrade from Ubuntu's pip
|
# a. having to upgrade from Ubuntu's pip
|
||||||
# b. the dreaded "old script wrapper" error message
|
# b. the dreaded "old script wrapper" error message
|
||||||
RUN curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
RUN curl -sSL https://bootstrap.pypa.io/pip/3.6/get-pip.py -o get-pip.py && \
|
||||||
python3 get-pip.py && \
|
python3 get-pip.py && \
|
||||||
rm -f get-pip.py
|
rm -f get-pip.py
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue