mirror of https://github.com/xqemu/xqemu.git
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:
parent
3e11974988
commit
118d1becc0
|
@ -20,6 +20,7 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
|
||||||
bison \
|
bison \
|
||||||
build-essential \
|
build-essential \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
clang \
|
||||||
flex \
|
flex \
|
||||||
git \
|
git \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
|
Loading…
Reference in New Issue