mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 05:42:54 -04: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
|