Skip to content

Commit

Permalink
Add sphinx image
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Oct 20, 2023
1 parent e86cf96 commit c3e120b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tag: ["alpine", "clang-tools", "cpp", "package", "qt", "snap", "docker-cli"]
tag: ["alpine", "clang-tools", "cpp", "package", "qt", "snap", "docker-cli", "sphinx"]
permissions:
contents: read
packages: write
Expand Down
22 changes: 22 additions & 0 deletions Dockerfile.sphinx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
FROM ubuntu:latest

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl \
fonts-inconsolata \
fonts-lato \
git \
latexmk \
locales \
make \
python3 \
python3-pip \
texlive \
texlive-fonts-extra \
texlive-fonts-recommended \
texlive-lang-cjk \
texlive-latex-extra \
texlive-latex-recommended \
texlive-xetex \
tzdata && \
pip3 install six sphinx_rtd_theme

0 comments on commit c3e120b

Please sign in to comment.