Commit 5177902
fix: move Dockerfile comments outside RUN to fix gh auth setup-git
Inline # comments inside a multiline RUN broke shell parsing — the
gh auth setup-git command was never executed. Move comments above
the RUN instruction so the credential helper is properly configured.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 226749f commit 5177902
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
0 commit comments