From bb97c9937d69fcc3d6f42ba8aaaccc5aa8a7fcd7 Mon Sep 17 00:00:00 2001 From: Peter O Date: Fri, 23 Jun 2017 13:49:01 -0500 Subject: [PATCH] added comment on where error comes from --- scripts/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start.sh b/scripts/start.sh index a1c8183..2856877 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -130,6 +130,7 @@ if [[ "$ENABLE_XDEBUG" == "1" ]] ; then else echo "Enabling xdebug" echo "If you get this error, you can safely ignore it: /usr/local/bin/docker-php-ext-enable: line 83: nm: not found" + # see https://github.com/docker-library/php/pull/420 docker-php-ext-enable xdebug # see if file exists if [ -f $XdebugFile ]; then