Compare commits

...

9 Commits

Author SHA1 Message Date
notxia 3f5a3dff77 Force recompile x5 <noupdate> 2026-05-22 20:49:06 +02:00
notxia 26a5c8d3ee Fix biber 2026-05-22 20:48:54 +02:00
notxia 36f8df95d5 Force recompile x4 <noupdate> 2026-05-22 20:34:44 +02:00
notxia aed0f5d215 Update image 2026-05-22 20:28:26 +02:00
notxia a6c18d5ca1 Force recompile x3 <noupdate> 2026-05-22 20:23:12 +02:00
notxia 6319a3b89d Add perl 2026-05-22 20:17:02 +02:00
notxia 993ef24ee8 Force recompile x2 <noupdate> 2026-05-22 20:11:10 +02:00
notxia 3c20e5a3d4 Update compile Docker 2026-05-22 20:03:26 +02:00
notxia b69e49dc34 Force recompile <noupdate> 2026-05-22 19:56:32 +02:00
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -2,9 +2,8 @@ FROM archlinux:latest
WORKDIR /notes
RUN pacman --noconfirm -Sy
RUN pacman --noconfirm -S git
RUN pacman --noconfirm -S texlive-basic texlive-latex texlive-binextra texlive-mathscience texlive-latexextra texlive-fontsextra texlive-bibtexextra biber
RUN pacman --noconfirm -Syu && pacman --noconfirm -S git texlive-basic texlive-latex texlive-binextra texlive-mathscience texlive-latexextra texlive-fontsextra texlive-bibtexextra biber perl perl-mozilla-ca
RUN ln -s /usr/bin/vendor_perl/biber /usr/bin/biber
RUN git config --global --add safe.directory /notes
@@ -19,5 +19,5 @@
\eoc
\printbibliography[heading=bibintoc]
\end{document}