Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/98-php8
T
2021-06-16 17:47:28 -04:00

6 lines
118 B
Plaintext

#!/usr/bin/with-contenv bash
echo "**** installing php8 and composer ****"
apt-get install -y \
composer \
php8.0