The minted package requires python3 as it executes some formatting in an python3 executable. The executable (/opt/texlive/bin/x86_64-linuxmusl/latexminted) comes with the full notion of the container but python3 is, at least on my side missing. A simple apk add python3 fixed the issued and I was able to render minted code listings. Could you please add python3 to the image?
Thanks!
The minted package requires python3 as it executes some formatting in an python3 executable. The executable (
/opt/texlive/bin/x86_64-linuxmusl/latexminted) comes with thefullnotion of the container but python3 is, at least on my side missing. A simpleapk add python3fixed the issued and I was able to render minted code listings. Could you please add python3 to the image?Thanks!