Gradle docker image: can't create files in the .gradle directory
I want to build my project using Gradle docker image. Since I need to feed it proper repository URL and credentials, I decided to output them into ~/.gradle/gradle.properties, just like you usually do it locally on your machine. However I…