add caveman

This commit is contained in:
2026-04-20 15:41:33 -03:00
parent 000e7b5104
commit 31039ea4af

View File

@@ -9,8 +9,12 @@ RUN pacman -Syu --noconfirm && \
iptables \
openssh \
opencode \
curl \
&& pacman -Scc --noconfirm
RUN npx -y skills add JuliusBrussee/caveman -g -a opencode -s caveman -y
# Git safe directory system-wide config
RUN git config --system --add safe.directory /workspace
RUN git config --system --add safe.directory '*'