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

Commit e02b9c7

Browse files
committed
Install libc6-dbg on linux slaves
Fixes 32-bit valgrind apparently
1 parent 639b5dd commit e02b9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slaves/linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get install -y \
66
curl make cmake xz-utils git \
77
python-dev python-pip stunnel \
88
g++-multilib libssl-dev libssl-dev:i386 gdb \
9-
valgrind
9+
valgrind libc6-dbg:i386
1010

1111
# Install buildbot and prep it to run
1212
RUN pip install buildbot-slave

0 commit comments

Comments
 (0)