From b1252aca7f24c5b941e145a67c7dc6171c26e3e2 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Fri, 17 Jan 2020 05:19:49 +0100 Subject: [PATCH] centos-7: Add pip wheel pkg --- centos-7/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index 7d23187..60ceac9 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -339,7 +339,11 @@ RUN yum install -y \ git \ libepoxy-devel \ && \ - yum clean all + yum clean all && \ + python3.6 -m pip --no-cache-dir install \ + wheel && \ + python3.7 -m pip --no-cache-dir install \ + wheel ADD ldconfig/local.conf /etc/ld.so.conf.d/local.conf RUN ldconfig -- GitLab