Skip to content

Commit

Permalink
bugfix for copy fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyaofei committed Mar 17, 2021
1 parent ec6c10a commit d4cce6b
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 @@ -19,6 +19,6 @@ RUN wget https://github.com/adobe-fonts/source-han-serif/releases/download/1.001
-O SourceHanSerif.ttc
RUN wget https://github.com/adobe-fonts/source-han-sans/releases/download/2.002R/SourceHanSans.ttc \
-O SourceHanSans.ttc
COPY ./font/* /usr/share/fonts/
COPY ./fonts/* /usr/share/fonts/
RUN mv ./SourceHan*.ttc /usr/share/fonts/
RUN fc-cache -fv

0 comments on commit d4cce6b

Please sign in to comment.