Commit dca34e8c authored by Alex Bennée's avatar Alex Bennée
Browse files

docker: include python-yaml in travis.docker



Although the upstream Travis images don't need this library our
"travis-lite" scripts are written in python. This allows us to do:

  make docker-travis@travis J=10

and approximate a travis run on their default image.

Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarFam Zheng <famz@redhat.com>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
parent f4089dc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,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 dh-autoreconf
RUN apt-get -y install python2.7 python-yaml dh-autoreconf
ENV FEATURES pyyaml