Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
fix google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Jul 8, 2021
1 parent 1620bd7 commit 7f924fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Moritz Mähr "moritz.maehr@gmail.com"

RUN apk --no-cache add make openssl python3 py3-pip texlive-full wget

RUN wget https://github.com/google/fonts/archive/master.tar.gz -O gf.tar.gz
RUN wget https://github.com/google/fonts/archive/main.tar.gz -O gf.tar.gz
RUN tar -xf gf.tar.gz
RUN mkdir -p /usr/share/fonts/truetype/google-fonts
RUN find $PWD/fonts-master/ -name "*.ttf" -exec install -m644 {} /usr/share/fonts/truetype/google-fonts/ \; || return 1
Expand Down

0 comments on commit 7f924fe

Please sign in to comment.