Dockerfile 中下载 JDK8
openjdk-8-jdk-headless
在 Linux 中常用 apt install openjdk-8-headless
来安装 JDK,但是 dockerfile 中无法正常安装
adoptopenjdk-8-hotspot
通常在 docker 中使用 adoptopenjdk-8-hotspot 来代替 openjdk
1 |
|
Dockerfile 中下载 JDK8
https://blog.mauve.icu/2021/11/18/develop-note/dockerfile-run-apt-install-jdk-8/