add wine to compile image

This commit is contained in:
Michele 2021-01-15 13:41:41 +00:00
parent e7bcd197df
commit 752c3bda34

View File

@ -19,6 +19,10 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libpng16-16 \
libnvtt-dev \
\
# Install Wine
&& apt install -y --no-install-recommends wine64 p7zip-full \
&& wget -qO- https://raw.githubusercontent.com/MonoGame/MonoGame/develop/Tools/MonoGame.Effect.Compiler/mgfxc_wine_setup.sh | bash \
# Cleanup
&& rm -rf /var/lib/apt/lists/*