docker/dockerfiles/debian-s390-cross: include clang
commit8ba1e5f72b17584f23e17c54494bb4beeb05174e
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 6 Mar 2017 11:28:48 +0000 (6 11:28 +0000)
committerFam Zheng <famz@redhat.com>
Fri, 10 Mar 2017 07:05:22 +0000 (10 15:05 +0800)
tree25934f232775fb266cd704fb64b62fa9978121f7
parent06cc3551714f2c9ee0d12f78a2ecd7e21b484fc8
docker/dockerfiles/debian-s390-cross: include clang

It's a silly little limitation on Shippable that is looks for clang
in the container even though we won't use it. The arm/aarch64 cross
builds inherit this from debian.docker but as we needed to use
debian-testing for this we add it here. We also collapse the update
step into one RUN line to remove and intermediate layer of the docker
build.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20170306112848.659-1-alex.bennee@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/dockerfiles/debian-s390x-cross.docker