This commit is contained in:
Team3
2026-06-07 11:42:12 +02:00
parent 58fb1b6a56
commit b414d7f464
3 changed files with 10 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
ca-certificates \
gnupg \
poppler-utils \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs \
&& npm install -g @anthropic-ai/claude-code opencode-ai \