Move to threads based system.

This commit is contained in:
Gabriel Brown
2026-06-22 10:37:26 -04:00
parent 8ae6c4b533
commit 206b64176b
82 changed files with 6169 additions and 1930 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ RUN apt-get update \
python3 \
ripgrep \
&& corepack enable \
&& npm install -g bun@1.3.10 \
&& npm install -g bun@1.3.10 opencode-ai@latest \
&& rm -rf /var/lib/apt/lists/*
RUN useradd --create-home --shell /bin/bash agent