mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-03 19:08:15 +03:00
Comment out all lines related to LaTeX
This commit is contained in:
parent
196167490d
commit
bed885f001
|
@ -10,11 +10,11 @@ RUN apt-get update \
|
||||||
&& apt-get install -y libpq-dev \
|
&& apt-get install -y libpq-dev \
|
||||||
# Translations dependencies
|
# Translations dependencies
|
||||||
&& apt-get install -y gettext \
|
&& apt-get install -y gettext \
|
||||||
# Uncomment below to enable Sphinx output to latex and pdf
|
# Uncomment below lines to enable Sphinx output to latex and pdf
|
||||||
# && apt-get install -y texlive-latex-recommended \
|
# && apt-get install -y texlive-latex-recommended \
|
||||||
&& apt-get install -y texlive-fonts-recommended \
|
# && apt-get install -y texlive-fonts-recommended \
|
||||||
&& apt-get install -y texlive-latex-extra \
|
# && apt-get install -y texlive-latex-extra \
|
||||||
&& apt-get install -y latexmk \
|
# && apt-get install -y latexmk \
|
||||||
# cleaning up unused files
|
# cleaning up unused files
|
||||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user