Skip to content

Commit

Permalink
Merge pull request #700 from nextcloud/addDesktopFilesClientDocCiImage
Browse files Browse the repository at this point in the history
simple image to get documentation CI check from drone to github action
  • Loading branch information
mgallien authored Jan 2, 2025
2 parents 10ac701 + 75718a0 commit 162f39f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client-qt6/Dockerfile.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ubuntu:22.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pil \
python3-pip texlive-fonts-recommended latexmk \
texlive-latex-extra texlive-latex-recommended make php-cli php-xml composer \
texlive-xetex texlive-fonts-extra-links texlive-fonts-extra \
nodejs npm libgbm1 libasound2 wget python3-sphinx

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip

RUN pip3 install sphinxcontrib-phpdomain

0 comments on commit 162f39f

Please sign in to comment.