From 3dba7d8695bcd6bd051ad6b6230ac2c6cfcd1868 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Sun, 1 Feb 2026 15:04:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(matrix-bots):=20explicitly?= =?UTF-8?q?=20install=20linux-x64-gnu=20crypto=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pnpm lockfile doesn't contain the linux-x64-gnu variant of @matrix-org/matrix-sdk-crypto-nodejs since it was created on macOS. Explicitly adding this package during Docker build ensures the correct native binary is available at runtime. Co-Authored-By: Claude Opus 4.5