docker: install clang since Shippable setup_ve() verify it is available

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2017-07-17 23:47:13 -03:00 committed by Alex Bennée
parent 3e11974988
commit 118d1becc0

View File

@ -20,6 +20,7 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
bison \
build-essential \
ca-certificates \
clang \
flex \
git \
pkg-config \