fix(ci): sync plugin versions and harden install smoke

This commit is contained in:
Peter Steinberger
2026-02-21 20:17:56 +01:00
parent a20c773251
commit 549549f6a0
40 changed files with 79 additions and 31 deletions

View File

@@ -11,6 +11,9 @@ RUN set -eux; \
bash \
ca-certificates \
curl \
g++ \
make \
python3 \
sudo \
&& rm -rf /var/lib/apt/lists/*