Skip to content

Commit 66b6997

Browse files
authored
Merge pull request #14507 from nextcloud/backport/14506/master
[master] fix: add ca-certificates to Dockerfile and downgrade sphinxcontrib-phpdomain
2 parents 3484099 + d9b34c6 commit 66b6997

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎.docker/sphinx-latex/Dockerfile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
88

99
RUN apt-get update \
1010
&& apt-get install -y --no-install-recommends \
11+
ca-certificates \
1112
curl \
1213
git \
1314
lsb-release \

0 commit comments

Comments
 (0)