debian-buster-jenkins: install ccache

Make ccache available inside debian-buster-jenkins. An upcoming osmo-ci
patch will make use of it in gerrit-verification and master jobs. With
this docker-playground patch alone it's not used yet since
/usr/lib/ccache is not in the default PATH.

Related: OS#5848
Change-Id: I164c7835f99436e8d768a864f36118eaf799d109
This commit is contained in:
Oliver Smith 2023-01-17 17:57:00 +01:00
parent 76533bea88
commit 2437f4fe8e
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ RUN \
bison \
bzip2 \
ca-certificates \
ccache \
cmake \
coccinelle \
cppcheck \