-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker build fails at gradlew assemble #145
Comments
The Issue seems to be the link is missing an https:// http://services.gradle.org/distributions/gradle-1.4-bin.zip Does not Work It would be nice if they patched this. [Temporary Fix] This forces the build to use an updated version of osmosis with an https:// url for gradle distribution. |
This still hasn't been fixed, because I just ran into it. |
I replaced the Run command with the following(using openjdk-8-jdk and osmosis 0.47.4).Then it works. RUN apt-get -y install software-properties-common && apt-get update && add-apt-repository ppa:openjdk-r/ppa && apt-get update && apt-get -y install patch postgresql-9.3-postgis-2.1 git openjdk-8-jdk python-psycopg2 python-numpy python-gdal |
When building the docker image according to the instructions, I get the error
This happens at the layer
I'm using the latest commit (1faaea46f171415d745f3cbaf26d3df725d5b580)))
The text was updated successfully, but these errors were encountered: