2025-06-30 21:37:41 +08:00
|
|
|
FROM docker.io/oven/bun:1-distroless as bun
|
2025-06-30 21:17:41 +08:00
|
|
|
|
|
|
|
FROM localhost/runner-images/fedora-minimal:42
|
|
|
|
|
|
|
|
COPY --from=bun /usr/local/bin/bun /usr/local/bin/bun
|
|
|
|
|
|
|
|
RUN ["/usr/local/bin/bun", "/imgbuild/fedora/pkgs.ts", "install"]
|