From 27017804010a22ca93c320ca3121b920d25e9a70 Mon Sep 17 00:00:00 2001 From: musabe24 Date: Sat, 24 Feb 2024 13:09:44 +0100 Subject: [PATCH] =?UTF-8?q?Befehl=20zur=20Installation=20von=20texlive-ful?= =?UTF-8?q?l=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 50a3794..677873e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,11 @@ RUN \ net-tools \ netcat \ sudo && \ + echo "**** install texlive-full ****" && \ + apt-get update &&\ + apt-get install -y \ + texlive-full \ + sudo && \ echo "**** install code-server ****" && \ if [ -z ${CODE_RELEASE+x} ]; then \ CODE_RELEASE=$(curl -sX GET https://api.github.com/repos/coder/code-server/releases/latest \