LaTeX is now a requirement (if we want to use the treasury app)
This commit is contained in:
parent
086bb967d5
commit
b3bc30b72b
2 changed files with 6 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ RUN apt update && \
|
|||
|
||||
# Install LaTeX requirements
|
||||
RUN apt update && \
|
||||
apt install -y texlive-latex-extra textlive-fonts-extra && \
|
||||
apt install -y texlive-latex-extra texlive-fonts-extra && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY . /code/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue