From 188003f0e82dac1b87a20daf26cf25a7758e7dd5 Mon Sep 17 00:00:00 2001 From: Julia McGhee Date: Sat, 21 Mar 2026 17:39:32 +0000 Subject: [PATCH] Fix harness Dockerfile: remove opencode (not on npm) --- apps/harness/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/harness/Dockerfile b/apps/harness/Dockerfile index ca3359d..6ce8355 100644 --- a/apps/harness/Dockerfile +++ b/apps/harness/Dockerfile @@ -20,7 +20,7 @@ ENV NODE_ENV=production RUN apk add --no-cache git github-cli # Agent CLIs (installed globally before dropping to non-root) -RUN npm install -g @anthropic-ai/claude-code @openai/codex opencode +RUN npm install -g @anthropic-ai/claude-code @openai/codex RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs