Skip to content

Instantly share code, notes, and snippets.

@Julien1138
Created March 27, 2020 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Julien1138/317769369299670e9b87a4a3c1cb8076 to your computer and use it in GitHub Desktop.
Save Julien1138/317769369299670e9b87a4a3c1cb8076 to your computer and use it in GitHub Desktop.
FROM php:7.4-apache
# Install Xdebug
RUN pecl install -f xdebug
RUN echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment