Skip to content

Commit

Permalink
Fix xdebug version
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Mar 15, 2023
1 parent d0ae3b9 commit 1e619fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
&& ln -s /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/libldap.so \
&& ln -s /usr/lib/x86_64-linux-gnu/liblber.so /usr/lib/liblber.so \
&& docker-php-ext-install -j$(nproc) xml gd ldap mysqli pdo_mysql \
&& pecl install timezonedb xdebug\
&& pecl install timezonedb xdebug-2.6.0\
&& docker-php-ext-enable timezonedb xdebug\
&& curl https://getcomposer.org/download/1.8.4/composer.phar -o /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer
Expand All @@ -32,4 +32,4 @@ RUN set -ex \
&& sed -i -e "s/;request_terminate_timeout\s*=[^\n]*/request_terminate_timeout = 300/g" /usr/local/etc/php-fpm.conf \
&& php-fpm --test

CMD ["/docker-entrypoint-php-fpm.sh"]
CMD ["/docker-entrypoint-php-fpm.sh"]

0 comments on commit 1e619fd

Please sign in to comment.