Skip to content

Commit

Permalink
Update fonts URL
Browse files Browse the repository at this point in the history
  • Loading branch information
codello committed May 2, 2024
1 parent ad83ee1 commit 4b59627
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 @@ -62,7 +62,7 @@ RUN echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula selec
rm -rf /var/lib/apt/lists/* && \
# This fix is taken from here:
# https://askubuntu.com/questions/1163560/change-mirror-for-ttf-mscorefonts-installer
awk '/Url/ {sub("downloads[.]sourceforge[.]net/corefonts","cfhcable.dl.sourceforge.net/project/corefonts/the%20fonts/final",$2); system("wget "$2)}' /usr/share/package-data-downloads/ttf-mscorefonts-installer && \
awk '/Url/ {sub("downloads[.]sourceforge[.]net/corefonts","downloads.sourceforge.net/project/corefonts/the%20fonts/final",$2); system("wget "$2)}' /usr/share/package-data-downloads/ttf-mscorefonts-installer && \
/usr/lib/msttcorefonts/update-ms-fonts $(pwd)/*.exe


Expand Down

0 comments on commit 4b59627

Please sign in to comment.