Commit bc17468
fix: add Git to Dockerfile for django-allauth fork dependency
The docker build was failing because uv sync tried to clone the
django-allauth fork repository but Git was not available in the
python:3.12-slim container.
Changes:
- Install git package via apt-get in Dockerfile
- Clean up apt cache to minimize image size
- Enables successful docker build with git-based dependencies
Resolves docker build error:
"Git executable not found. Ensure that Git is installed and available."
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 6a39365 commit bc17468
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
0 commit comments