Merge pull request #3589 from nicolasnoble/lcov-in-docker

Adding lcov to the jenkins docker files.
pull/3556/head^2
Michael Lumish 9 years ago
commit cbe32462da
  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