Files
matrix-ai-agent/Dockerfile
Christian Gick a6b1f46116 fix: use python:3.11-slim-trixie for GLIBC 2.38 compat with patched FFI
rust:latest produces FFI needing CXXABI_1.3.15 (GCC 14 libstdc++).
GCC 14 libstdc++ needs GLIBC 2.38. Bookworm only has 2.36.
Trixie has GLIBC 2.38+ — fixes the CXXABI_1.3.15 runtime error.
Also reverts to rust:latest since bookworm GCC 12 cant compile webrtc C++20.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 18:13:50 +02:00

3.0 KiB