From cb085d836371b2d28e21bfb4389c2cc9918427a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com> Date: Mon, 19 Apr 2021 11:40:24 +0200 Subject: [PATCH] it's 2021 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58a520f..81e33fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM texlive/texlive RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get -y upgrade && apt-get -y install plantuml openjdk-11-jdk-headless hunspell hunspell-hu hunspell-en-gb hunspell-en-us python3-pip && pip3 install javalang -COPY tikz-uml.sty /usr/local/texlive/2020/texmf-dist/tex/latex/tikz-uml/tikz-uml.sty +COPY tikz-uml.sty /usr/local/texlive/2021/texmf-dist/tex/latex/tikz-uml/tikz-uml.sty RUN mktexlsr COPY gen_seq_diag.py / COPY jsonDoclet.jar /root/jsonDoclet.jar -- GitLab