andrejsstepanovs

install xdebug alpine

Nov 16th, 2020 (edited)
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. apk add --no-cache $PHPIZE_DEPS
  2. pecl install xdebug
  3. pecl install xdebug-2.9.8
  4. docker-php-ext-enable xdebug
  5.  
Add Comment
Please, Sign In to add comment