Closed jamie-at-sas closed 6 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/
@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! :)
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/