mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-23 19:32:13 +00:00
7 lines
175 B
Bash
7 lines
175 B
Bash
apt-get update -yqq
|
|
apt-get install -yqq zip tar
|
|
docker-php-ext-install json
|
|
pecl install xdebug
|
|
docker-php-ext-enable xdebug
|
|
curl -sS https://getcomposer.org/installer | php
|