]> git.ipfire.org Git - thirdparty/qemu.git/blame - tests/docker/dockerfiles/travis.docker
tests/docker: add docs FEATURE flag and use for test-misc
[thirdparty/qemu.git] / tests / docker / dockerfiles / travis.docker
CommitLineData
8ce2f68f
AB
1#
2# Travis Image - this is broadly the same image that we run our CI
3# tests on.
4#
5FROM travisci/ci-sardonyx:packer-1552557266-f909ac5
3f2ff267
AB
6ENV DEBIAN_FRONTEND noninteractive
7ENV LANG en_US.UTF-8
8ENV LC_ALL en_US.UTF-8
53fe2431 9RUN sed -i "s/# deb-src/deb-src/" /etc/apt/sources.list
8b9b3177
AB
10RUN apt-get update
11RUN apt-get -y build-dep qemu
bcbf2794 12RUN apt-get -y install device-tree-compiler python3 python3-yaml dh-autoreconf gdb strace lsof net-tools gcovr
67659ab1
AB
13# Travis tools require PhantomJS / Neo4j / Maven accessible
14# in their PATH (QEMU build won't access them).
15ENV PATH /usr/local/phantomjs/bin:/usr/local/phantomjs:/usr/local/neo4j-3.2.7/bin:/usr/local/maven-3.5.2/bin:/usr/local/cmake-3.9.2/bin:/usr/local/clang-5.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
551affb6 16ENV FEATURES clang pyyaml docs
67659ab1 17USER travis