Commit 9f1da1b
committed
Fix isponsorblocktv build by adding gcc and musl-dev
The build was failing because aiohttp (required by iSponsorBlockTV)
needs to compile C extensions on Alpine Linux.
Changes:
- Add gcc and musl-dev temporarily during pip install
- Remove build dependencies after install to keep image small
- Match upstream iSponsorBlockTV's build approach exactly
This follows the same pattern used by upstream iSponsorBlockTV Dockerfile.
Fixes: https://github.com/bertybuttface/addons/actions/runs/201260499021 parent 31c5a92 commit 9f1da1b
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments