Skip to content

Commit

Permalink
Switch to dotnet48
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve authored Jul 4, 2023
1 parent 19f9472 commit 35f1969
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 @@ -28,7 +28,7 @@ RUN apt-get update \

RUN su - $WINE_USER -c 'wineboot -i' \
&& su - $WINE_USER -c 'winetricks -q corefonts' \
&& su - $WINE_USER -c 'taskset -c 0 winetricks -f -q dotnet472' \
&& su - $WINE_USER -c 'taskset -c 0 winetricks -f -q dotnet48' \
&& su - $WINE_USER -c 'winetricks win7 sound=alsa ddr=gdi'\
&& su - $WINE_USER -c 'winetricks renderer=gdi'\
&& su - $WINE_USER -c 'wineboot -s' \
Expand Down

0 comments on commit 35f1969

Please sign in to comment.