Allow zip for list plugin availbale

See issue #10
This commit is contained in:
Florian C 2018-11-29 14:33:56 +01:00 committed by GitHub
parent 101ffe3e4a
commit 536815e046
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-curl \
php7.0-xml \ php7.0-xml \
php7.0-soap \ php7.0-soap \
php7.0-zip \
perl \ perl \
build-essential \ build-essential \
libapache2-mod-php7.0 \ libapache2-mod-php7.0 \