Skip to content

Commit

Permalink
use cache URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Feb 14, 2024
1 parent a71f5f7 commit 5de5914
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ 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://github.com/pushcx/corefonts/raw/master/$f.exe; done \
-O https://github.com/pauleve/docker-mtgo/releases/download/artifacts/$f.exe; done \
&& curl -fL --output-dir /home/wine/.cache/winetricks/PowerPointViewer --create-dirs\
-O https://github.com/pauleve/docker-mtgo/releases/download/artifacts/PowerPointViewer.exe \
&& winetricks -q corefonts calibri tahoma \
&& taskset -c 0 winetricks -f -q dotnet48 \
&& winetricks win7 sound=alsa \
Expand Down

0 comments on commit 5de5914

Please sign in to comment.