Commit 483db70
fix(releasing): add libsasl2-2 runtime dep to Debian-based images (#24962)
fix(docker): add libsasl2-2 runtime dep to Debian-based images
After fd766a0 switched rdkafka from gssapi-vendored (static) to
gssapi (dynamic linking), the vector binary now requires libsasl2.so.2
at runtime. The Debian final stages in both the distribution and
regression Dockerfiles were missing this package, causing the
smoke-test RUN to fail with:
/usr/bin/vector: error while loading shared libraries: libsasl2.so.2
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f34e8d3 commit 483db70
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments