Skip to content

Commit

Permalink
remove lost fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-murphy committed Sep 26, 2024
1 parent 4028a54 commit e6f9be5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ RUN fix-permissions "${CONDA_DIR}" && \

USER root

# Install missing fonts
RUN cd /usr/share/fonts && \
wget http://mirrors.ctan.org/fonts/tex-gyre/opentype/texgyrepagella-bold.otf && \
wget http://mirrors.ctan.org/fonts/tex-gyre/opentype/texgyrepagella-bolditalic.otf && \
wget http://mirrors.ctan.org/fonts/tex-gyre/opentype/texgyrepagella-italic.otf && \
wget http://mirrors.ctan.org/fonts/tex-gyre/opentype/texgyrepagella-regular.otf && \
wget https://noto-website-2.storage.googleapis.com/pkgs/NotoSansMono-unhinted.zip && \
unzip NotoSansMono-unhinted.zip && \
chmod +r -R /usr/share/fonts

RUN fc-cache -fsv
RUN mktexlsr

Expand Down

0 comments on commit e6f9be5

Please sign in to comment.