diff --git a/Dockerfile b/Dockerfile index a9ed196..8f97e02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM archlinux RUN pacman -Syu --noconfirm texlive-most texlive-lang texlive-bibtexextra texlive-fontsextra biber -RUN mkdir -p /usr/locale/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 mkdir -p /usr/local/share/fonts/ +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 COPY entrypoint.sh /root/