diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index 7d231873b61b3cfacd9d28ea3c935356adc387c9..60ceac94b42b613950a5de1d9a9b383409d7768f 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