mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
#45 chore: use 7.3 stable images
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@ FROM chialab/php:latest
|
||||
LABEL maintainer="dev@chialab.io"
|
||||
|
||||
# Install XDebug.
|
||||
RUN pecl install xdebug \
|
||||
RUN pecl install xdebug-2.7.0beta1 \
|
||||
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini
|
||||
|
||||
Reference in New Issue
Block a user