Install zip extension

This commit is contained in:
Timothy Warren 2017-03-01 11:10:41 -05:00
parent 4590c4747d
commit d3e3e9f006
1 changed files with 6 additions and 1 deletions

View File

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