Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 8f197a63 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Update docker file

parent a8075ca9
Branches
Tags
No related merge requests found
Pipeline #614 failed with stage
in 5 seconds
...@@ -2,7 +2,7 @@ FROM python:3.9-alpine as sphinx-build-env ...@@ -2,7 +2,7 @@ FROM python:3.9-alpine as sphinx-build-env
RUN apk update RUN apk update
RUN python -m pip install --upgrade pip RUN python -m pip install --upgrade pip
RUN pip install -U sphinx RUN pip install -U sphinx
RUN pip install -U sphinx-design RUN pip install -U sphinx_design
RUN pip install sphinxcontrib-svg2pdfconverter RUN pip install sphinxcontrib-svg2pdfconverter
RUN apk add librsvg RUN apk add librsvg
RUN pip install sphinx_rtd_theme RUN pip install sphinx_rtd_theme
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment