Commit e2e9833
fix(docker): add procps to Dockerfile.cursor for pgrep healthcheck
HEALTHCHECK uses `pgrep -x openab`, which requires procps. Debian
slim does not ship with it, so the healthcheck was silently failing
(command not found) and the pod would enter Unhealthy state.
Same fix pattern as pending PR #234 for the other Dockerfiles.
Addresses review comment on PR #301 from @masami-agent.1 parent 59657ed commit e2e9833
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments