Commit 8ce79db
authored
Merge pull request #54 from Ardenexal/claude/create-composer-lock-OMTlo
fix: add zip extension to Dockerfile for Composer dist downloads
Composer requires the zip extension to download packages from dist.
Without it the install fails with "zip extension and unzip/7z commands
are both missing" and falls back to git which is also absent.
https://claude.ai/code/session_016uoaNn7tWACKwy6BgpDaRF1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments