Open clemEssien opened 3 years ago
@clemEssien Try installing the system library default-jre
, see example.
The default-jre installs Java 11. The installation specifies Java 8. However, I tried it a few times, the latest error here is a Java gateway exception i.e.
'''
Exception in thread "main" java.io.FileNotFoundException: /var/www/.ivy2/cache/resolved-org.apache.spark-spark-submit-parent-99cf1eb8-395b-40b9-a777-9618361c666f-1.0.xml (No such file or directory)
phi-annotator | at java.base/java.io.FileOutputStream.open0(Native Method)
phi-annotator | at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
phi-annotator | at java.base/java.io.FileOutputStream.
Problem description
''' ERROR [ 3/17] RUN apt-get install openjdk-8-jdk 1.1s
Steps to reproduce the issue
Add the following lines into the Dockerfile
Expected behavior
Attempted fixes