File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- # 10.3 is buster (latest as of March 2020)
7
6
FROM debian:10.6
8
7
9
8
# RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list
@@ -220,6 +219,7 @@ RUN docker-php-ext-install -j$(nproc) gd imap zip mysqli pdo_mysql iconv
220
219
RUN pecl channel-update pecl.php.net
221
220
RUN pecl install mcrypt && docker-php-ext-enable mcrypt
222
221
RUN pecl install imagick && docker-php-ext-enable imagick
222
+ RUN pecl install xdebug
223
223
RUN echo "expose_php=Off" >> /usr/local/etc/php/conf.d/noexposure.ini
224
224
# libsodium needs 1.0.9 but had 1.0.0 only. So not using it at the moment
225
225
# RUN pecl install libsodium-2.0.21 && docker-php-ext-enable libsodium
You can’t perform that action at this time.
0 commit comments