Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-05-03 13:07:25 +0300
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-05-03 16:11:23 +0300
commitb55be9ec50ac571216e82d9a2b65ca58d5d9b4f2 (patch)
treeceb21eace6966abc4a2ab5b11b365fa64d7e85a4 /client
parent036b1927f02b015e5c54dad639bdb3b208df8c67 (diff)
[client] include more packages to be able to build documentation
Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
Diffstat (limited to 'client')
-rw-r--r--client/Dockerfile-5.124
1 files changed, 3 insertions, 1 deletions
diff --git a/client/Dockerfile-5.12 b/client/Dockerfile-5.12
index 1d65d99..e6008b0 100644
--- a/client/Dockerfile-5.12
+++ b/client/Dockerfile-5.12
@@ -84,7 +84,9 @@ RUN sed -i '/deb-src/s/^# //' /etc/apt/sources.list && \
libgstreamer-plugins-base1.0-dev \
# QDoc Documentation Generator Tool
libclang-10-dev \
- llvm-10 && \
+ llvm-10 \
+# html documentation generation
+ python3-sphinx && \
# https://wiki.qt.io/Building_Qt_5_from_Git
apt-get build-dep -y qt5-default && \
# Cleaning up