WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 68cf11a

Browse files
authored
Update Dockerfile
1 parent b4ea64f commit 68cf11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
2222
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
2323
&& docker-php-ext-install bcmath mysqli pdo_mysql gd opcache mbstring pdo pdo_pgsql pgsql zip bz2 iconv
2424

25-
RUN yes | pecl install xdebug-2.7.0beta1 \
25+
RUN yes | pecl install xdebug \
2626
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
2727
&& echo "xdebug.remote_enable=on" >> /usr/local/etc/php/conf.d/xdebug.ini \
2828
&& echo "xdebug.remote_autostart=off" >> /usr/local/etc/php/conf.d/xdebug.ini \

0 commit comments

Comments
 (0)