From de92faf67b17b597ae7da68de9b2a76260cf385b Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Tue, 16 Feb 2021 09:50:34 +0100 Subject: [PATCH] Same as the other dockerfile, using get-pip.py 3.4 https://stackoverflow.com/questions/65896334/python-pip-broken-wiith-sys-stderr-writeferror-exc --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 1f065ce0..753a86fa 100644 --- a/dockerfile +++ b/dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && \ apt-get -qy autoremove #Install current pip from PyPa -RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \ +RUN curl https://bootstrap.pypa.io/3.4/get-pip.py -o get-pip.py && \ python get-pip.py #Fetch additional dependencies from Python 2.x pip