node image does not have apt

This commit is contained in:
2026-09-03 10:24:13 +00:00
parent bd801a1f4f
commit 09cbe61890
+1 -1
View File
@@ -1,6 +1,6 @@
# ── Mozimo — TanStack Start (Vite) ──────────────────────────
FROM node:lts-trixie-slim AS deps
RUN apk add --no-cache libc6-compat
# RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json yarn.lock* package-lock.json* ./
RUN \