From b524131c0ea165ce545ab3776d6420e40835e97b Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 1 Mar 2017 10:42:31 -0500 Subject: [PATCH] When in doubt, try again --- build/docker_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker_install.sh b/build/docker_install.sh index 18fa5a9..4e10a90 100644 --- a/build/docker_install.sh +++ b/build/docker_install.sh @@ -15,7 +15,7 @@ apk upgrade --update --no-cache \ git \ libmemcached-dev -echo 'apcu memcached' >> /usr/src/php-available-exts +echo -e 'apcu memcached' >> /usr/src/php-available-exts docker-php-source extract pecl install apcu-5.1.8