Skip to content

Commit 502c624

Browse files
committed
Add xdebug to be available when required
1 parent 5c6ff2a commit 502c624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
6-
# 10.3 is buster (latest as of March 2020)
76
FROM debian:10.6
87

98
#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
220219
RUN pecl channel-update pecl.php.net
221220
RUN pecl install mcrypt && docker-php-ext-enable mcrypt
222221
RUN pecl install imagick && docker-php-ext-enable imagick
222+
RUN pecl install xdebug
223223
RUN echo "expose_php=Off" >> /usr/local/etc/php/conf.d/noexposure.ini
224224
# libsodium needs 1.0.9 but had 1.0.0 only. So not using it at the moment
225225
#RUN pecl install libsodium-2.0.21 && docker-php-ext-enable libsodium

0 commit comments

Comments
 (0)