mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2026-03-22 08:42:24 +00:00
Add image for LaTex
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
|
||||
CMD ["bash", "./utils/compile.sh", "./src", "./.compiled", "./.currpdfs"]
|
||||
Reference in New Issue
Block a user