Commit 10049a5
Fix .deb build: install sqlite3 CLI package when using system libs
The runtime Dockerfile stage copies /usr/bin/sqlite3 from the builder.
When DEB_BUILD=true the custom SQLite build is skipped, so the sqlite3
CLI binary must come from the system sqlite3 package instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 72ddb33 commit 10049a5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments