Tegomena / yii-dev

A Docker based development environment for the Yii PHP Framework
1 stars 0 forks source link

PHP Zip extension #1

Open gogl92 opened 5 years ago

gogl92 commented 5 years ago

There is a warning running composer install / update:

Failed to download bower-asset/inputmask from dist: The zip extension and unzip command are both missing, skipping.

adding php-zip and zip packages will improve performance

RUN apt-get -y install apache2 libapache2-mod-php php php-mysql vim curl git php-mbstring php-xml php-gd zip php-zip

Tegomena commented 5 years ago

Thnks, will be changed.

Tegomena commented 5 years ago

Done in developer branch.