-
Notifications
You must be signed in to change notification settings - Fork 17
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
Build failed : openjdk-8-jdk-headless : Depends: openjdk-8-jre-headless #4
Comments
After reading forum and trying to make this build functional, I resolve the problem with this unmet dependencie. Here is the functional DockerFile:
|
Sorry completely missed this. Send in a PR and I can push a new image. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm trying to create few Docker images using this source code. But I can't build this image.
I tried to build this image on DockerCloud with the automated image builder. It seems to failed at this instruction :
apt-get clean && apt-get update && apt-get --fix-missing -y --no-install-recommends install openjdk-8-jdk-headless && \
Here is the error :
Somebody can try to build this image to know if it's a general problem ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: