We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e77bf6 commit 9e55858Copy full SHA for 9e55858
Dockerfile
@@ -63,9 +63,7 @@ RUN pecl install redis \
63
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
64
65
# Install XDebug
66
-RUN cd /tmp && wget http://xdebug.org/files/xdebug-2.5.4.tgz && tar -xvzf xdebug-2.5.4.tgz && cd xdebug-2.5.4 \
67
- && phpize && ./configure && make && cp modules/xdebug.so /usr/local/lib/php/extensions/no-debug-non-zts-20160303 \
68
- && rm -rf /tmp/xdebug-2.5.4.* /tmp/xdebug-2.5.4/
+RUN pecl install xdebug
69
70
# Run composer install
71
CMD /usr/bin/apache-run
0 commit comments