Open gogl92 opened 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
Thnks, will be changed.
Done in developer branch.
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