I hereby claim:
- I am mattkendon on github.
- I am mattoutlandish (https://keybase.io/mattoutlandish) on keybase.
- I have a public key ASBCGYW6YHZJ7P84Q6nV1muMsXSVdx42qMi551hsKFQVuQo
To claim this, I am signing this object:
FROM php:7.1-alpine | |
RUN apk add $PHPIZE_DEPS \ | |
&& yes | pecl install xdebug \ | |
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \ | |
&& echo "xdebug.remote_enable=on" >> /usr/local/etc/php/conf.d/xdebug.ini \ | |
&& echo "xdebug.remote_autostart=off" >> /usr/local/etc/php/conf.d/xdebug.ini \ | |
&& apk del $PHPIZE_DEPS |
I hereby claim:
To claim this, I am signing this object:
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |