mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 14:23:07 -04:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing php and composer ****"
|
|
apt-get install -y \
|
|
composer \
|
|
php
|