docker: Fix a few too many copies (3ffc238799).

docker: Additional tweaks.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-28 21:06:33 +00:00
parent 47f7e33a28
commit b59277e5a9
7 changed files with 8 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
# syntax = docker/dockerfile:1.11-labs
FROM input AS rocksdb-fetch
WORKDIR /usr/src
COPY --link --from=recipe rocksdb.url .
RUN <<EOF