mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-06-07 15:29:55 +00:00
Correct Codacy Warning
This commit is contained in:
parent
18f367ad41
commit
51a299bf62
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user