mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing php8 and composer ****"
|
|
apt-get install -y \
|
|
composer \
|
|
php8.0 |