version 0.2.0, add texlive and 7zip

This commit is contained in:
2020-09-15 11:57:36 +02:00
parent 4cd9a61453
commit 24e3af0b58
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ RUN \
apt-get install -y unzip && \
apt-get install -y zip && \
apt-get install -y vim.tiny && \
apt-get install -y texlive && \
apt-get install -y p7zip-full && \
rm -rf /var/lib/apt/lists/* && \
cd /tmp && \
wget $RELEASETOOL_URL && \

View File

@ -1 +1 @@
0.1.4b
0.2.0