Merge pull request #65 from qh4t/fix-php-zip

Add php-zip
pull/1/head
Jason Kendall 2020-09-11 08:37:21 -04:00 committed by GitHub
commit e6e33fd398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ ARG PHP_VER
php-redis \
php-gd \
php-fpm \
php-zip \
# Unsure we need these
zip unzip \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*