File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN apt-get update && apt-get -y install wget bsdtar libaio1 && \
48
48
49
49
# Install redis
50
50
RUN pecl install redis \
51
- && echo "extension= redis.so" >> /usr/local/etc/php/conf.d/redis.ini
51
+ && docker-php-ext-enable redis
52
52
53
53
# Install Composer
54
54
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
if [[ $XDEBUG_ENABLED == true ]]; then
4
- echo " zend_extension=/usr/local/lib/ php/extensions/no-debug-non-zts-20151012/xdebug.so " > /usr/local/etc/php/conf.d/ xdebug.ini
4
+ docker- php-ext-enable xdebug
5
5
echo " xdebug.var_display_max_depth=5" >> /usr/local/etc/php/conf.d/xdebug.ini
6
6
fi
7
7
You can’t perform that action at this time.
0 commit comments