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