diff --git a/5.4/Dockerfile b/5.4/Dockerfile index f9dd141..a659e32 100644 --- a/5.4/Dockerfile +++ b/5.4/Dockerfile @@ -11,6 +11,7 @@ RUN buildDeps=" \ runtimeDeps=" \ curl \ git \ + zip unzip \ libfreetype6-dev \ libicu-dev \ libjpeg-dev \ diff --git a/5.4/apache/Dockerfile b/5.4/apache/Dockerfile index 9d6278d..e5c64e0 100644 --- a/5.4/apache/Dockerfile +++ b/5.4/apache/Dockerfile @@ -11,6 +11,7 @@ RUN buildDeps=" \ runtimeDeps=" \ curl \ git \ + zip unzip \ libfreetype6-dev \ libicu-dev \ libjpeg-dev \ diff --git a/5.4/fpm/Dockerfile b/5.4/fpm/Dockerfile index 2fec89a..75b7dcd 100644 --- a/5.4/fpm/Dockerfile +++ b/5.4/fpm/Dockerfile @@ -11,6 +11,7 @@ RUN buildDeps=" \ runtimeDeps=" \ curl \ git \ + zip unzip \ libfreetype6-dev \ libicu-dev \ libjpeg-dev \ diff --git a/5.5/Dockerfile b/5.5/Dockerfile index 494d288..71cacf2 100644 --- a/5.5/Dockerfile +++ b/5.5/Dockerfile @@ -11,6 +11,7 @@ RUN buildDeps=" \ runtimeDeps=" \ curl \ git \ + zip unzip \ libfreetype6-dev \ libicu-dev \ libjpeg-dev \ diff --git a/5.5/apache/Dockerfile b/5.5/apache/Dockerfile index eed2cfd..8a05ea6 100644 --- a/5.5/apache/Dockerfile +++ b/5.5/apache/Dockerfile @@ -11,6 +11,7 @@ RUN buildDeps=" \ runtimeDeps=" \ curl \ git \ + zip unzip \ libfreetype6-dev \ libicu-dev \ libjpeg-dev \ diff --git a/5.5/fpm/Dockerfile b/5.5/fpm/Dockerfile index 5af8efb..383e5cd 100644 --- a/5.5/fpm/Dockerfile +++ b/5.5/fpm/Dockerfile @@ -11,6 +11,7 @@ RUN buildDeps=" \ runtimeDeps=" \ curl \ git \ + zip unzip \ libfreetype6-dev \ libicu-dev \ libjpeg-dev \ diff --git a/5.6/Dockerfile b/5.6/Dockerfile index 94f957d..059be03 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/5.6/apache/Dockerfile b/5.6/apache/Dockerfile index c17ee1b..fc6ef6c 100644 --- a/5.6/apache/Dockerfile +++ b/5.6/apache/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/5.6/fpm/Dockerfile b/5.6/fpm/Dockerfile index f8a3d12..57cfa7c 100644 --- a/5.6/fpm/Dockerfile +++ b/5.6/fpm/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.0/Dockerfile b/7.0/Dockerfile index e44d90e..6fbbda4 100644 --- a/7.0/Dockerfile +++ b/7.0/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.0/apache/Dockerfile b/7.0/apache/Dockerfile index fd59d5d..909ba21 100644 --- a/7.0/apache/Dockerfile +++ b/7.0/apache/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.0/fpm/Dockerfile b/7.0/fpm/Dockerfile index 1db192b..8321c96 100644 --- a/7.0/fpm/Dockerfile +++ b/7.0/fpm/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.1/Dockerfile b/7.1/Dockerfile index f2af2c1..4e698a3 100644 --- a/7.1/Dockerfile +++ b/7.1/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.1/apache/Dockerfile b/7.1/apache/Dockerfile index feca135..863aa08 100644 --- a/7.1/apache/Dockerfile +++ b/7.1/apache/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.1/fpm/Dockerfile b/7.1/fpm/Dockerfile index e862e48..208eb1b 100644 --- a/7.1/fpm/Dockerfile +++ b/7.1/fpm/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.2/Dockerfile b/7.2/Dockerfile index 738d454..6753a5d 100644 --- a/7.2/Dockerfile +++ b/7.2/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.2/apache/Dockerfile b/7.2/apache/Dockerfile index 27e8fd2..f9dda2f 100644 --- a/7.2/apache/Dockerfile +++ b/7.2/apache/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.2/fpm/Dockerfile b/7.2/fpm/Dockerfile index d078d5a..fca2086 100644 --- a/7.2/fpm/Dockerfile +++ b/7.2/fpm/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.3/Dockerfile b/7.3/Dockerfile index 3bc40ee..7c16466 100644 --- a/7.3/Dockerfile +++ b/7.3/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.3/apache/Dockerfile b/7.3/apache/Dockerfile index 8e43db6..8f757e8 100644 --- a/7.3/apache/Dockerfile +++ b/7.3/apache/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.3/fpm/Dockerfile b/7.3/fpm/Dockerfile index e12af71..88a2baa 100644 --- a/7.3/fpm/Dockerfile +++ b/7.3/fpm/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.4/Dockerfile b/7.4/Dockerfile index 5766547..b6c6f8f 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.4/apache/Dockerfile b/7.4/apache/Dockerfile index 4aa7cb6..b72affb 100644 --- a/7.4/apache/Dockerfile +++ b/7.4/apache/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/7.4/fpm/Dockerfile b/7.4/fpm/Dockerfile index f53a55b..9cf13ea 100644 --- a/7.4/fpm/Dockerfile +++ b/7.4/fpm/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \ diff --git a/Dockerfile b/Dockerfile index 6d4a119..0cf5c5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \ curl \ git \ + zip unzip \ && install-php-extensions \ bcmath \ bz2 \