mirror of
https://github.com/Kiritow/image-station.git
synced 2024-03-22 13:30:54 +08:00
Add JRE8
This commit is contained in:
parent
b78c20d883
commit
f100beef05
4
jre8/Dockerfile
Normal file
4
jre8/Dockerfile
Normal 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
3
jre8/Readme.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# JRE 8
|
||||||
|
|
||||||
|
Download `jre-8u271-linux-x64.tar.gz` by yourself.
|
Loading…
Reference in New Issue
Block a user