Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Revert Dockerfile to use texlive-full
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Sep 3, 2022
1 parent ba5abec commit d4442a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
apt-utils lmodern software-properties-common libmagic-dev libproj-dev gdal-bin \
python-dev libsasl2-dev python-enchant \
postgresql-client openssh-client rsync vim ncdu \
# texlive-full \
texlive-base tex-common texlive-xetex texlive-luatex tex-gyre texlive-pictures \
texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-extra \
texlive-full \
#texlive-base tex-common texlive-xetex texlive-luatex tex-gyre texlive-pictures \
#texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-extra \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /usr/share/doc/* \
&& wget https://github.com/jgm/pandoc/releases/download/2.7/pandoc-2.7-1-amd64.deb \
Expand Down

0 comments on commit d4442a9

Please sign in to comment.