From 5bfe7e83a3bc03e1bce7acdd6576c054a1025b62 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 7 Oct 2021 10:15:51 +0200 Subject: [PATCH] add zip to cc-php --- php-fpm/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \