Commit 13db6a5
fix(docker): keep libmariadb-dev-compat so mysql_fdw can load at runtime
mysql_fdw dlopen()s libmysqlclient.so at runtime; that file is provided by
libmariadb-dev-compat, which the previous build purged — causing
'CREATE EXTENSION mysql_fdw' to fail (and tds_fdw to be skipped) on first init.
Keep the compat package (+ libmariadb3) and only drop the heavy build toolchain.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 04f3403 commit 13db6a5
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
66 | | - | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments