diff --git a/build/docker_install.sh b/build/docker_install.sh index fe149dd..fbb018f 100644 --- a/build/docker_install.sh +++ b/build/docker_install.sh @@ -11,6 +11,8 @@ set -xe # curl \ # git +apt update && apt install -y libz-dev libmemcached-dev + pecl install apcu pecl install memcached docker-php-ext-enable apcu memcached \ No newline at end of file