Skip to content

Commit

Permalink
update urls to download corefonts
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Feb 14, 2024
1 parent 5483a4e commit a71f5f7
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 @@ -15,7 +15,7 @@ USER wine
RUN wineboot -i \
&& for f in arial32 times32 trebuc32 verdan32; do \
curl -fL --output-dir /home/wine/.cache/winetricks/corefonts --create-dirs\
-O https://web.archive.org/web/20180219204401/https://mirrors.kernel.org/gentoo/distfiles/$f.exe; done\
-O https://github.com/pushcx/corefonts/raw/master/$f.exe; done \
&& winetricks -q corefonts calibri tahoma \
&& taskset -c 0 winetricks -f -q dotnet48 \
&& winetricks win7 sound=alsa \
Expand Down

0 comments on commit a71f5f7

Please sign in to comment.