Install lcov in occlum docker images
Lcov will be used for code coverage generation.
This commit is contained in:
parent
a53562adea
commit
ba48e65428
@ -24,6 +24,7 @@ RUN yum install epel-release -y && \
|
||||
gmp-devel \
|
||||
golang \
|
||||
jq \
|
||||
lcov \
|
||||
libcurl-devel \
|
||||
libmpc-devel \
|
||||
libxml2-devel \
|
||||
|
@ -28,6 +28,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i
|
||||
golang-go \
|
||||
jq \
|
||||
kmod \
|
||||
lcov \
|
||||
libboost-system-dev \
|
||||
libboost-thread-dev \
|
||||
libcurl4-openssl-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user