mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Docker: update debian and sphinx-doc version
the update of sphinx repair a dependency problem with docutil and the new vyos extension
This commit is contained in:
parent
5b3160976a
commit
0326ed00ae
@ -1,7 +1,7 @@
|
|||||||
# Must be run with --privileged flag
|
# Must be run with --privileged flag
|
||||||
# Recommended to run the container with a volume mapped
|
# Recommended to run the container with a volume mapped
|
||||||
# in order to easy exprort images built to "external" world
|
# in order to easy exprort images built to "external" world
|
||||||
FROM debian:stretch
|
FROM debian:buster
|
||||||
LABEL authors="VyOS Maintainers <maintainers@vyos.io>"
|
LABEL authors="VyOS Maintainers <maintainers@vyos.io>"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
@ -16,9 +16,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
git \
|
git \
|
||||||
mc \
|
mc \
|
||||||
make \
|
make \
|
||||||
python3-sphinx \
|
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python-sphinx-rtd-theme \
|
|
||||||
latexmk \
|
latexmk \
|
||||||
texlive-latex-recommended \
|
texlive-latex-recommended \
|
||||||
texlive-fonts-recommended \
|
texlive-fonts-recommended \
|
||||||
@ -29,7 +27,10 @@ RUN apt-get update && apt-get install -y \
|
|||||||
curl \
|
curl \
|
||||||
dos2unix
|
dos2unix
|
||||||
|
|
||||||
RUN pip3 install sphinx-autobuild
|
|
||||||
|
|
||||||
|
RUN pip3 install Sphinx
|
||||||
|
RUN pip3 install sphinx-rtd-theme
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user