//compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' // adds buildcraft to the dev env //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml ...
I'm under Windows and build a big composite build. It works outside of docker, but failed when I run with the following command : docker run --rm -u gradle -v "$(pwd -W)":/home/gradle/project -w /home ...