mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-07-31 05:50:46 +00:00
Correct Codacy Warning
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
|
#/bin/bash
|
||||||
|
|
||||||
apt-get update -yqq
|
apt-get update -yqq
|
||||||
apt-get install -yqq zip tar
|
apt-get install -yqq zip tar
|
||||||
docker-php-ext-install json
|
docker-php-ext-install json
|
||||||
pecl install xdebug
|
pecl install xdebug
|
||||||
docker-php-ext-enable xdebug
|
docker-php-ext-enable xdebug
|
||||||
curl -sS https://getcomposer.org/installer | php
|
curl -sS https://getcomposer.org/installer | php
|
||||||
|
php composer.phar install
|
||||||
|
Reference in New Issue
Block a user