Commit e547138
fix(docker): add git to build stage so deps.edn :git/tag clj-p4 resolves
v0.11.0 switched the clj-p4 coordinate from :local/root to
{:git/tag "v0.6.1-alpha"}, so `clojure -T:build uber` inside the
Dockerfile's build stage now needs to git-clone the dependency.
The build stage's apk install was curl + bash — no git — so the
release workflow's docker job failed at the uber step. The runtime
stage already had git for noumenon's own clone-and-import path;
the build stage now matches.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6b11b64 commit e547138
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments