Commit f9874ac
fix: switch Docker base image from alpine to slim for duckdb glibc support
node:20-alpine uses musl libc which is missing ld-linux-x86-64.so.2
required by duckdb's prebuilt native binary. node:20-slim (Debian)
provides glibc and resolves the ERR_DLOPEN_FAILED crash on startup.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent 43cafe2 commit f9874ac
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments