]> piware.de Git - bin.git/commitdiff
cclaude: Add ShellCheck
authorMartin Pitt <martin@piware.de>
Mon, 27 Jul 2026 09:22:23 +0000 (11:22 +0200)
committerMartin Pitt <martin@piware.de>
Mon, 27 Jul 2026 09:22:23 +0000 (11:22 +0200)
cclaude

diff --git a/cclaude b/cclaude
index f47c072b82ed73fb9c1cde2d2b1fda2f766c1a4a..59fccc614acfd4b9bc5438ba39c3d18309463168 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 util-linux-script \
+RUN dnf install -y git strace gdb python3 python3-pytest gh rpmbuild jq yq util-linux-script ShellCheck \
     && dnf clean all
 EOF
 fi