Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
Merge pull request #46 from edunham/valgrind
Browse files Browse the repository at this point in the history
make Docker install valgrind
  • Loading branch information
brson committed Nov 23, 2015
2 parents ca1686f + a3f50b4 commit ccdf530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slaves/linux/Dockerfile
Expand Up @@ -5,7 +5,8 @@ RUN apt-get update
RUN apt-get install -y \
curl make cmake xz-utils git \
python-dev python-pip stunnel \
g++-multilib libssl-dev libssl-dev:i386 gdb
g++-multilib libssl-dev libssl-dev:i386 gdb \
valgrind

# Install buildbot and prep it to run
RUN pip install buildbot-slave
Expand Down

0 comments on commit ccdf530

Please sign in to comment.