diff --git a/docker/image-php-7.2/Dockerfile b/docker/image-php-7.2/Dockerfile index 295267f..4c65d35 100644 --- a/docker/image-php-7.2/Dockerfile +++ b/docker/image-php-7.2/Dockerfile @@ -14,3 +14,6 @@ RUN apt-get update -y # Install git RUN apt-get install git -y + +# Install zip +RUN apt-get install zip -y diff --git a/docker/image-php-7.4.1/Dockerfile b/docker/image-php-7.4.1/Dockerfile index 14a78ae..898ae1f 100644 --- a/docker/image-php-7.4.1/Dockerfile +++ b/docker/image-php-7.4.1/Dockerfile @@ -13,3 +13,6 @@ RUN apt-get update -y # Install git RUN apt-get install git -y + +# Install zip +RUN apt-get install zip -y