From f56e8930dc00612a52322eb08dddd9404f42ada7 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:34:10 +0100 Subject: [PATCH] Update dockerfile --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 753a86fa3..3f688bd40 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/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 && \ python get-pip.py #Fetch additional dependencies from Python 2.x pip