From 3b84fd3db0b578bff7434bb6eeaf21b6eb85c8f3 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Sat, 1 Feb 2025 11:25:53 +1100 Subject: [PATCH] Switched from scratch to alpine to get a shell --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e97acb..afa0e64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN make compile -FROM scratch +FROM alpine:latest COPY --from=builder /usr/src/app/build/ /. COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/