shyba / docker-wine-builder

Docker image for compiling Wine in 32 bits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-wine-builder

Docker image for compiling Wine in 32 bits

Instructions:

$ git clone git://source.winehq.org/git/wine.git
$ cd wine
$ sudo docker run -v "$(pwd):/src/" vshyba/wine-builder

Current script will leave the repo compiled and attempt to generate a Debian package. Just modify the base image and tweak to get any other OS packages (or open a PR to add it!).

About

Docker image for compiling Wine in 32 bits

License:GNU General Public License v3.0


Languages

Language:Dockerfile 65.1%Language:Shell 34.9%