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