Skip to content

Commit

Permalink
Switch to .NET 4.7.2 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Apr 29, 2022
1 parent 1856685 commit 134fc37
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 @@ -29,7 +29,7 @@ RUN apt-get update \
RUN su - $WINE_USER -c 'wineboot -i' \
&& su - $WINE_USER -c 'winetricks -q gdiplus gdiplus=native' \
&& su - $WINE_USER -c 'winetricks -q corefonts' \
&& su - $WINE_USER -c 'taskset -c 0 winetricks -f -q dotnet46' \
&& su - $WINE_USER -c 'taskset -c 0 winetricks -f -q dotnet472' \
&& 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 134fc37

Please # to comment.