Fix font path
This commit is contained in:
parent
1d175ef508
commit
df2d8a9f21
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
FROM archlinux
|
FROM archlinux
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm texlive-most texlive-lang texlive-bibtexextra texlive-fontsextra biber
|
RUN pacman -Syu --noconfirm texlive-most texlive-lang texlive-bibtexextra texlive-fontsextra biber
|
||||||
RUN mkdir -p /usr/locale/share/fonts/
|
RUN mkdir -p /usr/local/share/fonts/
|
||||||
RUN curl -Lo /usr/locale/share/fonts/fira-math.otf https://github.com/firamath/firamath/releases/download/v0.3.4/FiraMath-Regular.otf
|
RUN curl -Lo /usr/local/share/fonts/fira-math.otf https://github.com/firamath/firamath/releases/download/v0.3.4/FiraMath-Regular.otf
|
||||||
RUN fc-cache
|
RUN fc-cache
|
||||||
|
|
||||||
COPY entrypoint.sh /root/
|
COPY entrypoint.sh /root/
|
||||||
|
|
Loading…
Reference in a new issue