monokrome / docker-wine

Provides wine for Docker containers.
90 stars 27 forks source link

Small problem in Dockerfile #7

Closed jamie-at-sas closed 6 years ago

jamie-at-sas commented 7 years ago

Step 5/6 : ADD bin/* /usr/local/bin/winetricks When using ADD with more than one source file, the destination must be a directory and end with a /

Easily fixed, by changing the line to

ADD bin/* /usr/local/bin/winetricks/

monokrome commented 6 years ago

@Jamie-sas Thank you for taking your time to post this! This should be fixed now, but feel free to open the issue again if my solution doesn’t work for you! :)