This commit is contained in:
Kirigaya Kazuto 2021-02-03 17:15:02 +08:00
parent b78c20d883
commit f100beef05
2 changed files with 7 additions and 0 deletions

4
jre8/Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM ubuntu-cn:latest
ADD jre-8u271-linux-x64.tar.gz /opt/jre/
ENV JAVA_HOME=/opt/jre/jre1.8.0_271
ENV PATH=${JAVA_HOME}/bin:${PATH}

3
jre8/Readme.md Normal file
View File

@ -0,0 +1,3 @@
# JRE 8
Download `jre-8u271-linux-x64.tar.gz` by yourself.