Adding lcov to the jenkins docker files.

pull/3589/head
Nicolas "Pixel" Noble 9 years ago
parent b3ca2ad3ad
commit bf6cfc3d18
  1. 3
      tools/jenkins/grpc_jenkins_slave/Dockerfile
  2. 3
      tools/jenkins/grpc_jenkins_slave_32bits/Dockerfile

@ -32,7 +32,7 @@
FROM debian:jessie
# Install Git.
# Install Git and basic packages.
RUN apt-get update && apt-get install -y \
autoconf \
autotools-dev \
@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \
gcc-multilib \
git \
gyp \
lcov \
libc6 \
libc6-dbg \
libc6-dev \

@ -32,7 +32,7 @@
FROM 32bit/debian:jessie
# Install Git.
# Install Git and basic packages.
RUN apt-get update && apt-get install -y \
autoconf \
autotools-dev \
@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \
gcc-multilib \
git \
gyp \
lcov \
libc6 \
libc6-dbg \
libc6-dev \

Loading…
Cancel
Save