From 7302877671753adce05d7671664464cb5b353dae Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Fri, 17 Jan 2020 03:33:39 +0100 Subject: [PATCH] centos-7: Do ensure pip installation for python3.7 --- centos-7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index d49a931..fa2539d 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -267,7 +267,7 @@ RUN version=3.7.5 && \ --prefix=/usr \ --enable-optimizations \ --enable-shared \ - --without-ensurepip \ + --with-ensurepip=install \ --with-system-expat \ --with-system-ffi \ && \ -- GitLab