Problemas do MikTeX com o bibtex dentro do ambiente Docker padrão

Problemas do MikTeX com o bibtex dentro do ambiente Docker padrão

Tenho bibtexum comportamento estranho, acho que não funciona corretamente.

Sintomas:

No file main.aux.
No file main.bbl.

LaTeX Warning: Citation 'key' on page 1 undefined on input line 17.    

Considere istoexemplo de trabalho mínimode uma resposta aceita.

\documentclass{article}
\usepackage[style=authoryear-comp]{biblatex}
\addbibresource{\jobname.bib}
\usepackage{filecontents}

\begin{filecontents}{\jobname.bib}
@book{key,
  author = {Author, A.},
  year = {2001},
  title = {Title},
  publisher = {Publisher},
}
\end{filecontents}

\begin{document}

\cite{key}

\printbibliography

\end{document}

Como reproduzir:

UPD "instalar biber" significa instalação manual do pacote! NenhumMPMnem apt-get ajuda aqui.

informação relacionada