Maybe I forgot a dependency?

This commit is contained in:
Timothy Warren 2017-03-01 11:06:41 -05:00
parent 81e445b34d
commit 4590c4747d
1 changed files with 2 additions and 0 deletions

View File

@ -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