Commit a773dc3
fix: hardcode PATH in entrypoint since setpriv resets environment
The $PATH variable is empty after setpriv drops privileges because
setpriv resets the environment. Now using explicit path values
that match the Dockerfile's ENV PATH setting.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent efafb1d commit a773dc3
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
189 | 190 | | |
| 191 | + | |
190 | 192 | | |
191 | | - | |
| 193 | + | |
192 | 194 | | |
0 commit comments