Will xdebug work?

This commit is contained in:
Timothy Warren 2017-02-15 09:53:46 -05:00
parent 9bf362e08e
commit da8b34a867
1 changed files with 4 additions and 1 deletions

View File

@ -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 \