Skip to content
Snippets Groups Projects
Commit cbe32462 authored by Michael Lumish's avatar Michael Lumish
Browse files

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

Adding lcov to the jenkins docker files.
parents b3ca2ad3 bf6cfc3d
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
FROM debian:jessie FROM debian:jessie
# Install Git. # Install Git and basic packages.
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
autoconf \ autoconf \
autotools-dev \ autotools-dev \
...@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \
gcc-multilib \ gcc-multilib \
git \ git \
gyp \ gyp \
lcov \
libc6 \ libc6 \
libc6-dbg \ libc6-dbg \
libc6-dev \ libc6-dev \
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
FROM 32bit/debian:jessie FROM 32bit/debian:jessie
# Install Git. # Install Git and basic packages.
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
autoconf \ autoconf \
autotools-dev \ autotools-dev \
...@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \
gcc-multilib \ gcc-multilib \
git \ git \
gyp \ gyp \
lcov \
libc6 \ libc6 \
libc6-dbg \ libc6-dbg \
libc6-dev \ libc6-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment