mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2026-06-21 23:42:24 +00:00
Compare commits
9 Commits
5e29891709
...
3f5a3dff77
| Author | SHA1 | Date | |
|---|---|---|---|
|
3f5a3dff77
|
|||
|
26a5c8d3ee
|
|||
|
36f8df95d5
|
|||
|
aed0f5d215
|
|||
|
a6c18d5ca1
|
|||
|
6319a3b89d
|
|||
|
993ef24ee8
|
|||
|
3c20e5a3d4
|
|||
|
b69e49dc34
|
+2
-3
@@ -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}
|
||||
Reference in New Issue
Block a user