Update the lcov source for centos docker image

This commit is contained in:
He Sun 2020-12-17 11:35:49 +00:00 committed by Tate, Hongliang Tian
parent ba48e65428
commit ea1272f69a

@ -24,7 +24,6 @@ RUN yum install epel-release -y && \
gmp-devel \ gmp-devel \
golang \ golang \
jq \ jq \
lcov \
libcurl-devel \ libcurl-devel \
libmpc-devel \ libmpc-devel \
libxml2-devel \ libxml2-devel \
@ -42,7 +41,8 @@ RUN yum install epel-release -y && \
wget \ wget \
uuid-devel \ uuid-devel \
vim \ vim \
yum-utils &&\ yum-utils \
http://downloads.sourceforge.net/ltp/lcov-1.14-1.noarch.rpm &&\
alternatives --set python /usr/bin/python2 alternatives --set python /usr/bin/python2
# Install cpuid tool for tests # Install cpuid tool for tests