Merge pull request #11 from chadyred/patch-3

Allow zip for list plugin availbale
This commit is contained in:
Valentin Deville 2018-12-01 23:46:45 +01:00 committed by GitHub
commit a6e3e350de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ RUN apt-get update ; \
php7.0-curl \
php7.0-xml \
php7.0-soap \
php7.0-zip \
perl \
build-essential \
libapache2-mod-php7.0 \