Skip to content

Commit 9e55858

Browse files
authored
fix xdebug install
1 parent 0e77bf6 commit 9e55858

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ RUN pecl install redis \
6363
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
6464

6565
# 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/
66+
RUN pecl install xdebug
6967

7068
# Run composer install
7169
CMD /usr/bin/apache-run

0 commit comments

Comments
 (0)