mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2026-06-21 23:42:24 +00:00
Fix biber
This commit is contained in:
@@ -3,6 +3,7 @@ FROM archlinux:latest
|
|||||||
WORKDIR /notes
|
WORKDIR /notes
|
||||||
|
|
||||||
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 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
|
RUN git config --global --add safe.directory /notes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user