use texlive-full instead of several extra packages, version 0.2.3

This commit is contained in:
2020-09-18 13:34:31 +02:00
parent a4dcd4c911
commit 132bcc8d0d
2 changed files with 2 additions and 4 deletions

View File

@ -22,9 +22,7 @@ RUN \
apt-get install -y unzip && \ apt-get install -y unzip && \
apt-get install -y zip && \ apt-get install -y zip && \
apt-get install -y vim.tiny && \ apt-get install -y vim.tiny && \
apt-get install -y texlive && \ apt-get install -y texlive-full && \
apt-get install -y texlive-latex-extra && \
apt-get install -y texlive-fonts-extra && \
apt-get install -y p7zip-full && \ apt-get install -y p7zip-full && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
cd /tmp && \ cd /tmp && \

View File

@ -1 +1 @@
0.2.2 0.2.3