From 01da294feab5a50f3b620f57be6528c392b1112a Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 28 Feb 2017 09:31:20 -0500 Subject: [PATCH] Try, try agin --- 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 7ff7fe9..c79a781 100644 --- a/build/docker_install.sh +++ b/build/docker_install.sh @@ -12,7 +12,7 @@ apk upgrade --update && apk add --no-cache \ autoconf \ curl \ git \ - php7-phpdbg + phpdbg # Install phpunit, the tool that we will use for testing curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar