2016-10-11 19:16:21 +03:00
|
|
|
FROM quay.io/travisci/travis-ruby
|
2017-07-25 16:34:25 +03:00
|
|
|
ENV DEBIAN_FRONTEND noninteractive
|
|
|
|
ENV LANG en_US.UTF-8
|
|
|
|
ENV LC_ALL en_US.UTF-8
|
2016-10-11 19:16:21 +03:00
|
|
|
RUN apt-get update
|
|
|
|
RUN apt-get -y build-dep qemu
|
2017-07-25 16:34:24 +03:00
|
|
|
RUN apt-get -y install device-tree-compiler python2.7 python-yaml dh-autoreconf gdb strace lsof net-tools
|
2016-10-11 19:16:21 +03:00
|
|
|
ENV FEATURES pyyaml
|