fix: update Dockerfiles to install necessary packages without recommendations
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 3m4s

This commit is contained in:
2025-09-09 04:03:14 +02:00
parent cbca1058a2
commit 29afc2e92e
3 changed files with 12 additions and 4 deletions

View File

@@ -17,6 +17,8 @@ RUN bun run build
FROM node:22-slim AS release
RUN apt-get update && apt-get install -y --no-install-recommends netcat-openbsd && rm -rf /var/lib/apt/lists/*
COPY --from=builder /app/public ./public
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static