From 1c6feeecd2461a0f776ecfedf6d0ac27034a073f Mon Sep 17 00:00:00 2001 From: fithwum Date: Sun, 6 Jul 2025 09:11:18 -0700 Subject: [PATCH] test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8fc9be5..b75cf08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,3 +34,4 @@ RUN mkdir -p /output && \ # Final image to export tarball FROM scratch AS export-stage COPY --from=builder /output/alpine-base.tar.gz / +CMD ["sleep", "infinity"] \ No newline at end of file