Add php-zip

pull/1/head
qh4t 2020-09-10 19:35:10 -05:00
parent 9d88c4a8b0
commit ce26836c90
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/*