11diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile
2- index 4fa7a9100..810ac5608 100644
2+ index 828155e9d..f95198a49 100644
33--- a/infra/base-images/base-builder/Dockerfile
44+++ b/infra/base-images/base-builder/Dockerfile
5- @@ -180,4 +180,14 @@ COPY llvmsymbol.diff $SRC
5+ @@ -190,6 +190,16 @@ COPY llvmsymbol.diff $SRC
66 COPY detect_repo.py /opt/cifuzz/
77 COPY bazel.bazelrc /root/.bazelrc
88
@@ -16,9 +16,11 @@ index 4fa7a9100..810ac5608 100644
1616+ COPY src /fuzz-introspector/src
1717+ COPY frontends /fuzz-introspector/frontends
1818+
19- CMD ["compile"]
19+ # Set up ccache binary and cache directory.
20+ # /ccache/bin will contain the compiler wrappers, and /ccache/cache will
21+ # contain the actual cache, which can be saved.
2022diff --git a/infra/base-images/base-clang/Dockerfile b/infra/base-images/base-clang/Dockerfile
21- index 757ea3de5..5be6bd30a 100644
23+ index 8f6486896..b4f50ac36 100644
2224--- a/infra/base-images/base-clang/Dockerfile
2325+++ b/infra/base-images/base-clang/Dockerfile
2426@@ -45,6 +45,9 @@ RUN apt-get update && apt-get install -y git && \
0 commit comments