Skip to content

Commit 9fa5079

Browse files
committed
Added additional runtime dependency
1 parent e4f5464 commit 9fa5079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spaceengineers/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN mkdir -p ${HOME}/.steam/sdk64 &&\
3636

3737
# Install wine dependencies
3838
RUN Xvfb :1 -screen 0 1024x768x24 &\
39-
DISPLAY=:1 WINEPREFIX="${WINE_LOCATION}" winetricks -q d3dcompiler_47 vcrun2013 vcrun2017 &&\
39+
DISPLAY=:1 WINEPREFIX="${WINE_LOCATION}" winetricks -q d3dcompiler_47 vcrun6 vcrun2013 vcrun2017 &&\
4040
DISPLAY=:1 WINEPREFIX="${WINE_LOCATION}" winetricks -q --force vcrun2019 &&\
4141
DISPLAY=:1 WINEPREFIX="${WINE_LOCATION}" winetricks -q --force dotnet48
4242

0 commit comments

Comments
 (0)