diff --git a/containers/jug/xl.Dockerfile b/containers/jug/xl.Dockerfile index 4a1dc13b6e5ea90e232d9debc21c130d0e10783a..96b191ea57ff7c760aeafe329bbe7a9fef97744b 100644 --- a/containers/jug/xl.Dockerfile +++ b/containers/jug/xl.Dockerfile @@ -101,7 +101,8 @@ ADD https://api.github.com/repos/eic/ip6 /tmp/ip6.json ADD https://api.github.com/repos/eic/epic /tmp/epic.json COPY setup_detectors.py /tmp COPY detectors.yaml /tmp -RUN cd /tmp \ +RUN --mount=type=cache,target=/root/.ccache/ \ + cd /tmp \ && [ "z$NIGHTLY" = "z1" ] && NIGHTLY_FLAG="--nightly" || NIGHTLY_FLAG="" \ && /tmp/setup_detectors.py --prefix /opt/detector --config /tmp/detectors.yaml \ $NIGHTLY_FLAG \