Docker: fix sandbox cache mount continuations

This commit is contained in:
Vincent Koc
2026-03-08 16:31:21 -07:00
parent 8b56fffc64
commit fcfa6373bf
4 changed files with 29 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ RUN --mount=type=cache,id=openclaw-cleanup-smoke-apt-cache,target=/var/cache/apt
&& apt-get install -y --no-install-recommends \
bash \
ca-certificates \
git \
git
WORKDIR /repo
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./