Skip to content

Commit

Permalink
tests/docker: add travis dockerfile
Browse files Browse the repository at this point in the history
This target grabs the latest Travis containers from their repository at
quay.io and then installs QEMU's build dependencies. With this it is
possible to run on broadly the same setup as they have on travis-ci.org.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20161011161625.9070-2-alex.bennee@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
  • Loading branch information
stsquad authored and Fam Zheng committed Oct 17, 2016
1 parent 6aa5a36 commit 8b9b317
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/docker/dockerfiles/travis.docker
@@ -0,0 +1,6 @@
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 dh-autoreconf
ENV FEATURES pyyaml

0 comments on commit 8b9b317

Please sign in to comment.