Fix: add xz-utils for runner binary extraction
All checks were successful
Build Container / build (push) Successful in 1m5s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-25 17:22:56 -08:00
commit ef6e40d8f2

View file

@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
jq \
gnupg \
lsb-release \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
# Install Docker CLI (not daemon - we mount the socket)