diff options
| author | Alex Bennée | 2017-07-25 15:34:24 +0200 |
|---|---|---|
| committer | Fam Zheng | 2017-09-22 04:20:34 +0200 |
| commit | 9b4154a57007dd2090d3067f0986730458e8667b (patch) | |
| tree | e2719a22e14771f1c7d4f86daade3e0b9ac30158 /tests/docker/dockerfiles/travis.docker | |
| parent | docker: docker.py make --no-cache skip checksum test (diff) | |
| download | qemu-9b4154a57007dd2090d3067f0986730458e8667b.tar.gz qemu-9b4154a57007dd2090d3067f0986730458e8667b.tar.xz qemu-9b4154a57007dd2090d3067f0986730458e8667b.zip | |
docker: don't install device-tree-compiler build-deps in travis.docker
Installing the device-tree-compiler build-deps is a little extreme. We
only actually need the binary so include it with the other packages.
Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20170725133425.436-6-alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/docker/dockerfiles/travis.docker')
| -rw-r--r-- | tests/docker/dockerfiles/travis.docker | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/docker/dockerfiles/travis.docker b/tests/docker/dockerfiles/travis.docker index 636fa590a5..57ac8e1419 100644 --- a/tests/docker/dockerfiles/travis.docker +++ b/tests/docker/dockerfiles/travis.docker @@ -1,6 +1,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 gdb strace lsof net-tools +RUN apt-get -y install device-tree-compiler python2.7 python-yaml dh-autoreconf gdb strace lsof net-tools ENV FEATURES pyyaml |
