mirror of https://github.com/xemu-project/xemu.git
tests/docker: Include 'ccache' in Debian base image
Include the 'ccache' package to speed up compilation.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201213211601.253530-1-f4bug@amsat.org>
Fixes: d6db2a1cdf
("docker: add debian-buster-arm64-cross")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
aadac5b3d9
commit
d2427956e1
|
@ -20,6 +20,7 @@ RUN apt update && \
|
||||||
bc \
|
bc \
|
||||||
build-essential \
|
build-essential \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
ccache \
|
||||||
clang \
|
clang \
|
||||||
dbus \
|
dbus \
|
||||||
gdb-multiarch \
|
gdb-multiarch \
|
||||||
|
|
Loading…
Reference in New Issue