add wine to compile image
This commit is contained in:
parent
e7bcd197df
commit
752c3bda34
1 changed files with 4 additions and 0 deletions
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue