From d3e3e9f006715a50f19cd50cf58994aa8ba1cac1 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 1 Mar 2017 11:10:41 -0500 Subject: [PATCH] Install zip extension --- build/docker_install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/docker_install.sh b/build/docker_install.sh index fbb018f..61c4812 100644 --- a/build/docker_install.sh +++ b/build/docker_install.sh @@ -11,8 +11,13 @@ set -xe # curl \ # git -apt update && apt install -y libz-dev libmemcached-dev +apt-get update && apt-get install -y \ + libz-dev \ + libmemcached-dev \ + git \ + curl +docker-php-ext-install zip pecl install apcu pecl install memcached docker-php-ext-enable apcu memcached \ No newline at end of file