wine-itunes-docker
wine-itunes-docker copied to clipboard
iTunes inside a docker container using wine
Results
2
wine-itunes-docker issues
Sort by
recently updated
recently updated
newest added
Hi, This container looks really awesome! I have been having an awful time trying to get iTunes to run under Wine correctly. Unfortunately, it looks like there's something incomplete about...
Line 34 in the Dockerfile is `RUN wine msiexec /i c:/AppleApplicationSupport.msi /qn` and that fails with the following error ```log Step 9/11 : RUN wine msiexec /i c:/AppleApplicationSupport.msi /qn --->...