From 24e3af0b58145027c69e72161a39cb025d44f50f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 15 Sep 2020 11:57:36 +0200 Subject: [PATCH] version 0.2.0, add texlive and 7zip --- Dockerfile | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f54715..7e5a5c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/VERSION b/VERSION index c571ff4..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4b +0.2.0