]> Git Repo - qemu.git/commitdiff
docker: add debug tools to travis.docker
authorAlex Bennée <[email protected]>
Tue, 18 Jul 2017 00:31:32 +0000 (21:31 -0300)
committerAlex Bennée <[email protected]>
Tue, 18 Jul 2017 09:54:23 +0000 (10:54 +0100)
When a test fails/hangs you don't want the hassle of getting the debug
tools installed. Lets install them on our image by default so we can
debug when we need to.

Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
tests/docker/dockerfiles/travis.docker

index a315f66ad916794bbbb1400fd7ba24032f37cb9b..636fa590a5dd9d97d7362ef143f101036161da82 100644 (file)
@@ -2,5 +2,5 @@ FROM quay.io/travisci/travis-ruby
 RUN apt-get update
 RUN apt-get -y build-dep qemu
 RUN apt-get -y build-dep device-tree-compiler
-RUN apt-get -y install python2.7 python-yaml dh-autoreconf
+RUN apt-get -y install python2.7 python-yaml dh-autoreconf gdb strace lsof net-tools
 ENV FEATURES pyyaml
This page took 0.024752 seconds and 4 git commands to generate.