File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
XDEBUG_CONNECT_BACK=true \
16
16
XDEBUG_ENABLED=false \
17
17
XDEBUG_IDEKEY="docker" \
18
- XDEBUG_VERSION="-3.3.0alpha3 " \
18
+ XDEBUG_VERSION="-3.3.2 " \
19
19
XDEBUG_REMOTE_PORT=9000 \
20
20
PHP_EXTENSION_WDDX=1 \
21
21
PHP_OPENSSL=1
@@ -33,7 +33,7 @@ RUN a2enmod rewrite unique_id
33
33
RUN docker-php-ext-configure gd --with-jpeg \
34
34
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
35
35
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
36
- && docker-php-ext-install -j$(nproc) bcmath gd pdo_mysql calendar exif gettext shmop soap sockets intl pcntl xsl ldap imap
36
+ && docker-php-ext-install -j$(nproc) bcmath gd pdo_mysql calendar exif gettext shmop soap sockets intl pcntl xsl ldap imap ftp
37
37
38
38
RUN echo "---> Adding Redis" && \
39
39
pecl install redis && \
You can’t perform that action at this time.
0 commit comments