Install lcov in occlum docker images

Lcov will be used for code coverage generation.
This commit is contained in:
He Sun 2020-12-17 08:17:55 +00:00 committed by Zongmin.Gu
parent a53562adea
commit ba48e65428
2 changed files with 2 additions and 0 deletions

@ -24,6 +24,7 @@ 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 \

@ -28,6 +28,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i
golang-go \ golang-go \
jq \ jq \
kmod \ kmod \
lcov \
libboost-system-dev \ libboost-system-dev \
libboost-thread-dev \ libboost-thread-dev \
libcurl4-openssl-dev \ libcurl4-openssl-dev \