docker: update Travis docker image
commit67659ab1eb65771cf8a8a4a6841991a98669e95f
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 29 May 2018 14:25:27 +0000 (29 15:25 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Jun 2018 14:00:54 +0000 (1 15:00 +0100)
tree5d60c77c150e662775191ddbdb65d05461b1916c
parentbcaf457786c205d90ca99993048a289017685e05
docker: update Travis docker image

This is still poorly documented by Travis but according to:

  https://docs.travis-ci.com/user/common-build-problems/#Running-a-Container-Based-Docker-Image-Locally

their reference images are now hosted on Docker Hub. So we update the
FROM line to refer to the new default image. We also need a few
additional tweaks:

  - re-enable deb-src lines for our build-dep install
  - add explicit PATH definition for tools
  - force the build USER to be Travis
  - add clang to FEATURES for our test-clang machinery

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/docker/dockerfiles/travis.docker