Open Taschi120 opened 7 years ago
Probably related to https://github.com/spotify/docker-maven-plugin/issues/68, can maybe be fixed with a newer plugin version?
Using docker build .
instead of the maven target works fine, though, so I won't try and troubleshoot this further. tldr: no maven dev or maven plugin dev ever tests their stuff on Windows, apparently.
I'm trying to build FakeSMTP's docker image to use it for testing my web application. Sadly, the build fails with the following error:
The maven command I ran was as follows:
E:\apache-maven-3.5.2\bin\mvn package docker:build -DskipTests