Try again:

This commit is contained in:
Timothy Warren 2017-03-01 10:21:48 -05:00
parent bb5330ba28
commit c19febb1a9
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ apk upgrade --update && apk add --no-cache \
libmemcached
docker-php-source extract
pecl install apcu memcached
pecl install apcu-5.1.8
pecl install memcached-3.0.3
docker-php-ext-enable apcu memcached
docker-php-source delete