diff options
author | Alex Bennée | 2017-07-18 02:31:32 +0200 |
---|---|---|
committer | Alex Bennée | 2017-07-18 11:54:23 +0200 |
commit | ed7023b05b06a38fc32ca5ef9a8c49d6fcbad572 (patch) | |
tree | a58fe1e53efff8d5cbc823fe750b936eebdead77 /tests | |
parent | docker: include python-yaml in travis.docker (diff) | |
download | qemu-ed7023b05b06a38fc32ca5ef9a8c49d6fcbad572.tar.gz qemu-ed7023b05b06a38fc32ca5ef9a8c49d6fcbad572.tar.xz qemu-ed7023b05b06a38fc32ca5ef9a8c49d6fcbad572.zip |
docker: add debug tools to travis.docker
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 <alex.bennee@linaro.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/docker/dockerfiles/travis.docker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/travis.docker b/tests/docker/dockerfiles/travis.docker index a315f66ad9..636fa590a5 100644 --- a/tests/docker/dockerfiles/travis.docker +++ b/tests/docker/dockerfiles/travis.docker @@ -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 |