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