add texlive-fonts-extra, set version 0.2.2

This commit is contained in:
2020-09-18 13:01:04 +02:00
parent e9f1769588
commit a4dcd4c911
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ RUN \
apt-get install -y vim.tiny && \ apt-get install -y vim.tiny && \
apt-get install -y texlive && \ apt-get install -y texlive && \
apt-get install -y texlive-latex-extra && \ 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.1 0.2.2