]> piware.de Git - bin.git/commitdiff
cclaude: Install script command
authorMartin Pitt <martin@piware.de>
Sun, 26 Jul 2026 02:34:20 +0000 (04:34 +0200)
committerMartin Pitt <martin@piware.de>
Sun, 26 Jul 2026 02:34:20 +0000 (04:34 +0200)
cclaude

diff --git a/cclaude b/cclaude
index 2449c270c76a148dccab0a30390d6b2ec01362be..f47c072b82ed73fb9c1cde2d2b1fda2f766c1a4a 100755 (executable)
--- a/cclaude
+++ b/cclaude
@@ -8,7 +8,7 @@ IMG=localhost/claude
 if ! podman image inspect "$IMG" >/dev/null; then
     podman build -t "$IMG" -f - /run <<EOF
 FROM fedora:latest
-RUN dnf install -y git strace gdb python3 python3-pytest gh rpmbuild jq yq \
+RUN dnf install -y git strace gdb python3 python3-pytest gh rpmbuild jq yq util-linux-script \
     && dnf clean all
 EOF
 fi