Fix harness Dockerfile: remove opencode (not on npm)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user