runner-images/fedora-42/Containerfile
thislight 19b996e1bf
All checks were successful
/ build (push) Successful in 4m16s
fedora-42: fix no tty
2025-06-30 21:37:41 +08:00

7 lines
214 B
Docker

FROM docker.io/oven/bun:1-distroless as bun
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"]