Add curl to runner image for kubectl exec convenience

This commit is contained in:
2026-06-27 17:22:13 -05:00
parent 4e56581875
commit 61b7540508
+1
View File
@@ -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 ./