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