Open jameshowison opened 1 year ago
I commented out that line built the image, then I ran that line in the container. That command did all its tasks but then is waiting for something more. I think it's in some interactive mode?
Oddly, this solved for me by removing --no-daemon
so that line 141 reads RUN ./gradlew clean assemble install --stacktrace --info -x test
With that the gradlew command returns and doesn't sit idle. Opposite of what one might expect!
Trying to build the image myself.
Docker hangs after
The next command in the Dockerfile.software is
The instructions (on the README) say to build with:
I noted the discrepancy between
0.8.0-SNAPSHOT
and0.7.3-SNAPSHOT
in the --build-arg and changed both on the commandline version. Sadly that didn't fix it :(Any ideas?