mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing php and composer ****"
|
|
apt-get install -y \
|
|
composer \
|
|
php7.2
|