force sqlite install with github pulled package hopefully
This commit is contained in:
parent
3a159bc4a5
commit
6d2e533e6e
3 changed files with 52 additions and 99 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue