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

Commit a3f50b4

Browse files
author
edunham
committed
Instruct Docker to install valgrind
Checked for a `valgrind --version` on prod-slave-linux-3 but it's not installed there.
1 parent ca1686f commit a3f50b4

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)