We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f5464 commit 9fa5079Copy full SHA for 9fa5079
spaceengineers/Dockerfile
@@ -36,7 +36,7 @@ RUN mkdir -p ${HOME}/.steam/sdk64 &&\
36
37
# Install wine dependencies
38
RUN Xvfb :1 -screen 0 1024x768x24 &\
39
- DISPLAY=:1 WINEPREFIX="${WINE_LOCATION}" winetricks -q d3dcompiler_47 vcrun2013 vcrun2017 &&\
+ DISPLAY=:1 WINEPREFIX="${WINE_LOCATION}" winetricks -q d3dcompiler_47 vcrun6 vcrun2013 vcrun2017 &&\
40
DISPLAY=:1 WINEPREFIX="${WINE_LOCATION}" winetricks -q --force vcrun2019 &&\
41
DISPLAY=:1 WINEPREFIX="${WINE_LOCATION}" winetricks -q --force dotnet48
42
0 commit comments