suchja / wine

Docker image providing the latest stable version of Wine. Can be used with suchja/x11server.
Creative Commons Zero v1.0 Universal
128 stars 38 forks source link

winetricks is outdated #2

Closed apozzo closed 8 years ago

apozzo commented 8 years ago

Hi,

I'm trying a new project based on this great wine image. I found that winetricks embbeded in this image is outdated. now winetricks is hosted in github at https://github.com/Winetricks/winetricks

so the dockerfile should be changed that way

Use latest version of winetricks from github

RUN curl -k -SL 'https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks' -o /usr/local/bin/winetricks \ && chmod +x /usr/local/bin/winetricks

Regards

suchja commented 8 years ago

Thanks for the hint. Fixed with commit 481e648.