blob: 591282561bc59241bb71dac370240395cb452127 [file] [log] [blame]
Alex Bennée8ce2f682019-10-24 11:14:32 +01001#
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
Alex Bennée3f2ff262017-07-25 14:34:25 +01006ENV DEBIAN_FRONTEND noninteractive
7ENV LANG en_US.UTF-8
8ENV LC_ALL en_US.UTF-8
Alex Bennée53fe2432019-01-09 13:53:57 +00009RUN sed -i "s/# deb-src/deb-src/" /etc/apt/sources.list
Alex Bennée8b9b3172016-10-11 17:16:21 +010010RUN apt-get update
11RUN apt-get -y build-dep qemu
John Snowbcbf2792019-09-23 14:11:40 -040012RUN apt-get -y install device-tree-compiler python3 python3-yaml dh-autoreconf gdb strace lsof net-tools gcovr
Alex Bennée67659ab2018-05-29 15:25:27 +010013# 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
Alex Bennée551affb2020-04-14 21:06:20 +010016ENV FEATURES clang pyyaml docs
Alex Bennée67659ab2018-05-29 15:25:27 +010017USER travis