From f98c96e98a9a706896b4b9184f0ac6d2b821577b Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:33:54 +0100 Subject: [PATCH] Update dockerfile-nogit --- dockerfile-nogit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-nogit b/dockerfile-nogit index 580d4115d..b317a8348 100644 --- a/dockerfile-nogit +++ b/dockerfile-nogit @@ -15,7 +15,7 @@ RUN apt-get update && \ apt-get -qy autoremove #Install current pip from PyPa -RUN curl https://bootstrap.pypa.io/3.4/get-pip.py -o get-pip.py && \ +RUN curl https://bootstrap.pypa.io/pip/3.4/get-pip.py -o get-pip.py && \ python3 get-pip.py #Fetch additional dependencies from Python 3.x pip