From da8b34a8672dbd844b09ec12561f27061993af03 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 15 Feb 2017 09:53:46 -0500 Subject: [PATCH] Will xdebug work? --- build/docker_install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/docker_install.sh b/build/docker_install.sh index 37261762..4c17eabb 100644 --- a/build/docker_install.sh +++ b/build/docker_install.sh @@ -6,7 +6,10 @@ set -xe # Install git (the php image doesn't have it) which is required by composer -apk upgrade --update && apk add \ +apk upgrade --update && apk add --no-cache \ + g++ \ + make \ + autoconf \ curl \ git \ libxslt-dev \