force sqlite install with github pulled package hopefully

This commit is contained in:
Cynthia Foxwell 2025-08-23 15:02:48 -06:00
parent 3a159bc4a5
commit 6d2e533e6e
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk
3 changed files with 52 additions and 99 deletions

View file

@ -10,7 +10,6 @@ RUN apk add ffmpeg
FROM base AS deps
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --build-from-source sqlite3
FROM base
COPY --from=deps /app/node_modules /app/node_modules