mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing java11 dev environment ****"
|
|
apt-get install -y \
|
|
openjdk-11-jdk
|