From 61b754050882b29c112b6961496eab13a9e2464e Mon Sep 17 00:00:00 2001 From: muken Date: Sat, 27 Jun 2026 17:22:13 -0500 Subject: [PATCH] Add curl to runner image for kubectl exec convenience --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7a8f836..4f7b626 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ ENV NEXT_TELEMETRY_DISABLED=1 ENV PORT=3000 RUN addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs +RUN apk add --no-cache curl COPY --from=builder --chown=nextjs:nodejs /app/public ./public COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./