Commit 573e44b
fix: add ca-certificates to Dockerfile and downgrade sphinxcontrib-phpdomain
- Add ca-certificates to the Dockerfile apt install. This was
accidentally removed as a transitive dependency when python3-pip was
removed in a prior commit. Without it, git inside the container fails
with 'server certificate verification failed'.
- Downgrade sphinxcontrib-phpdomain from 0.15.2 to 0.13.2. The 0.15.x
versions (Requires-Python >=3.13.5) are only installable from the
GARM runner pip cache; on ephemeral GitHub-hosted runners pip resolves
compatibility against the Ubuntu 24.04 system Python 3.12 rather than
the actions/setup-python 3.13 install, causing failure. 0.13.2 is the
latest version reliably available on public PyPI from any runner.
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/1a438572-858a-428c-b663-e9791fbe23b2
Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>1 parent 6deee4c commit 573e44b
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments