fix: update Dockerfiles to install necessary packages without recommendations
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 3m4s
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 3m4s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user