Commit 48fa195
committed
fix(ci): install git in Docker images for pnpm prepare
vite-plus's prepare hook (vp config) runs git rev-parse during pnpm
install, which failed with 'git command not found' in the bookworm-slim
images. Add git to the base stage so dependency install succeeds.1 parent 1558f53 commit 48fa195
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments