mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 22:03:32 -04:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing php and composer ****"
|
|
apt-get update && apt-get install -y \
|
|
composer \
|
|
php7.2
|