docker-texlive
docker-texlive copied to clipboard
plantuml cannot write its output
\documentclass{scrartcl}
\usepackage{plantuml}
\begin{document}
\begin{plantuml}
@startuml
Alice -> Bob: test
@enduml
\end{plantuml}
\end{document}
podman run --rm -it -v ${pwd}:/workdir danteev/texlive lualatex --shell-escape example.tex
lualatex: Not writing to /workdir/example0-plantuml.txt (openout_any = p; no extended check).
! I can't write on file `/workdir/example0-plantuml.txt'.
<to be read again>
\relax
l.4 \begin{plantuml}
This is https://github.com/koppor/plantuml/issues/47
Caused by an update of lualatex