This is a complementary material to my blog post: Use wine to run windows JDK on linux. Please check the blogpost for detail on what and why happens here.
Before building the container:
- Place the downloaded
jdk-8u191-windows-i586.exe
in the same folder asDockerfile
(or if using different JVM version, just adjust the filename).