Skip to content
Snippets Groups Projects
Commit b1252aca authored by calrama's avatar calrama
Browse files

centos-7: Add pip wheel pkg

parent d31f1e77
No related branches found
No related tags found
No related merge requests found
...@@ -339,7 +339,11 @@ RUN yum install -y \ ...@@ -339,7 +339,11 @@ RUN yum install -y \
git \ git \
libepoxy-devel \ 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 ADD ldconfig/local.conf /etc/ld.so.conf.d/local.conf
RUN ldconfig RUN ldconfig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment