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

centos-7: Add twine pip pkg

parent b1252aca
No related branches found
No related tags found
No related merge requests found
......@@ -341,9 +341,12 @@ RUN yum install -y \
&& \
yum clean all && \
python3.6 -m pip --no-cache-dir install \
wheel && \
wheel \
twine \
&& \
python3.7 -m pip --no-cache-dir install \
wheel
wheel \
twine
ADD ldconfig/local.conf /etc/ld.so.conf.d/local.conf
RUN ldconfig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment