Fix: add xz-utils for runner binary extraction
All checks were successful
Build Container / build (push) Successful in 1m5s
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:
parent
008533491f
commit
ef6e40d8f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue