Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Dockerfile 299 B
Newer Older
FROM python:3.9-alpine as sphinx-build-env
RUN apk update
RUN python -m pip install --upgrade pip
RUN pip install -U sphinx
Deepak Khatri's avatar
Deepak Khatri committed
RUN pip install -U sphinx_design
RUN pip install sphinxcontrib-svg2pdfconverter
RUN apk add librsvg
RUN pip install sphinx_rtd_theme
RUN apk add texlive-full
RUN apk add make