mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2026-06-21 15:32:24 +00:00
Update image
This commit is contained in:
+1
-3
@@ -2,9 +2,7 @@ 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 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 git config --global --add safe.directory /notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user