Skip to content
Snippets Groups Projects
Verified Commit cb085d83 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

it's 2021

parent 8ecddd97
No related branches found
No related tags found
No related merge requests found
Pipeline #7552 passed
FROM texlive/texlive 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 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 RUN mktexlsr
COPY gen_seq_diag.py / COPY gen_seq_diag.py /
COPY jsonDoclet.jar /root/jsonDoclet.jar COPY jsonDoclet.jar /root/jsonDoclet.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment