Fix harness Dockerfile: remove opencode (not on npm)
Some checks failed
CI / lint-and-test (push) Successful in 37s
CI / build (push) Has been cancelled

This commit is contained in:
Julia McGhee
2026-03-21 17:39:32 +00:00
parent e672ca5d2d
commit 188003f0e8

View File

@@ -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