diff --git a/php-fpm/Dockerfile b/php-fpm/Dockerfile index 05c7465..e3ea76e 100644 --- a/php-fpm/Dockerfile +++ b/php-fpm/Dockerfile @@ -4,6 +4,7 @@ RUN apt-get update && apt-get install -y \ $PHPIZE_DEPS \ git \ wget \ + zip \ gettext \ bash \ libldb-dev \