]> piware.de Git - bin.git/commitdiff
cclaude: install nodejs
authorMartin Pitt <martin@piware.de>
Sun, 2 Aug 2026 08:12:33 +0000 (10:12 +0200)
committerMartin Pitt <martin@piware.de>
Sun, 2 Aug 2026 08:12:33 +0000 (10:12 +0200)
cclaude

diff --git a/cclaude b/cclaude
index f60df4c2119a769b49632ee030db63095fe2e885..63e68a1c03b832f32ebf4b500ea48b2c4e389d01 100755 (executable)
--- a/cclaude
+++ b/cclaude
@@ -9,7 +9,7 @@ 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 just \
-                   openssl openssl-devel \
+                   openssl openssl-devel nodejs \
                    ShellCheck cargo rust rustfmt clippy golang \
     && dnf install -y --setopt=install_weak_deps=False systemd \
     && dnf clean all