[master] fix: add ca-certificates to Dockerfile and downgrade sphinxcontrib-phpdomain#14507
Merged
Conversation
…pdomain - 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>
skjnldsv
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #14506
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.