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:
Philippe Mathieu-Daudé 2020-12-13 22:16:01 +01:00 committed by Alex Bennée
parent aadac5b3d9
commit d2427956e1

View file

@ -20,6 +20,7 @@ RUN apt update && \
bc \
build-essential \
ca-certificates \
ccache \
clang \
dbus \
gdb-multiarch \