mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
windows-x86: Set up wine.
We need additional packages for 32-bit wine and we need to make an initial call to wine to set up ~/.wine.
This commit is contained in:
parent
760e5acfa6
commit
58047c2f20
@ -38,6 +38,11 @@ RUN apt-get update && apt-get -y install \
|
||||
wget \
|
||||
wine \
|
||||
xz-utils
|
||||
# Set up wine
|
||||
RUN dpkg --add-architecture i386 && \
|
||||
apt-get update && \
|
||||
apt-get install -y wine32 && \
|
||||
wine hostname
|
||||
|
||||
WORKDIR /usr/src
|
||||
# mxe master 2015-05-04
|
||||
|
Loading…
x
Reference in New Issue
Block a user