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

Commit ccdf530

Browse files
committed
Merge pull request #46 from edunham/valgrind
make Docker install valgrind
2 parents ca1686f + a3f50b4 commit ccdf530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

slaves/linux/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ RUN apt-get update
55
RUN apt-get install -y \
66
curl make cmake xz-utils git \
77
python-dev python-pip stunnel \
8-
g++-multilib libssl-dev libssl-dev:i386 gdb
8+
g++-multilib libssl-dev libssl-dev:i386 gdb \
9+
valgrind
910

1011
# Install buildbot and prep it to run
1112
RUN pip install buildbot-slave

0 commit comments

Comments
 (0)