Docker: Java 8 installation failing on Ubuntu - Stack …
https://stackoverflow.com/questions/46843523/docker-java-8-installation-failing-on-ubuntu
Oct 19, 2017 · As of this morning, the Webupd8 Oracle-java8-installer is successfully downloading and installing in docker for me. The links in the PPA installer must have been updated. Yay! My Dockerfile that was failing at the end of last week but now works. FROM ubuntu:14.04 USER root RUN apt-get update RUN apt-get -y install default-jre RUN apt-get … Reviews: 6
Reviews: 6
DA: 1 PA: 77 MOZ Rank: 72