Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/php7.4
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-03-27 00:47:16 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2020-03-27 00:49:43 +0300
commit0df92594dab86703dc48304027c3bd7212d5ab83 (patch)
tree04bf1d99b5e93e187a6e04b0da518e9f1fd90fc9 /php7.4
parent8d7434bbec63546716c7695b49cecadcf8a78bc2 (diff)
Add xdebug extension
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'php7.4')
-rw-r--r--php7.4/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile
index 653538f..fd7774d 100644
--- a/php7.4/Dockerfile
+++ b/php7.4/Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget gnupg2 libzip4 apt-transport-https
php7.4-cli php7.4-curl php7.4-pgsql php7.4-ldap \
php7.4-sqlite php7.4-mysql php7.4-zip php7.4-xml \
php7.4-mbstring php7.4-dev make libmagickcore-6.q16-2-extra unzip \
- php7.4-dev \
+ php7.4-redis php7.4-imagick php7.4-dev php-xdebug \
libsystemd-dev && \
apt-get autoremove -y && apt-get autoclean && apt-get clean && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*