added comment on where error comes from

This commit is contained in:
Peter O
2017-06-23 13:49:01 -05:00
parent 321452c7d5
commit bb97c9937d

View File

@@ -130,6 +130,7 @@ if [[ "$ENABLE_XDEBUG" == "1" ]] ; then
else else
echo "Enabling xdebug" 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" 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 docker-php-ext-enable xdebug
# see if file exists # see if file exists
if [ -f $XdebugFile ]; then if [ -f $XdebugFile ]; then