Skip to content

Commit 6680bed

Browse files
committed
Merge branch 'php8dot3' of github.com:moveis-simonetti/php-apache-oci8-composer
2 parents 3ada044 + 5117608 commit 6680bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV \
1515
XDEBUG_CONNECT_BACK=true \
1616
XDEBUG_ENABLED=false \
1717
XDEBUG_IDEKEY="docker" \
18-
XDEBUG_VERSION="-3.3.0alpha3" \
18+
XDEBUG_VERSION="-3.3.2" \
1919
XDEBUG_REMOTE_PORT=9000 \
2020
PHP_EXTENSION_WDDX=1 \
2121
PHP_OPENSSL=1
@@ -33,7 +33,7 @@ RUN a2enmod rewrite unique_id
3333
RUN docker-php-ext-configure gd --with-jpeg \
3434
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
3535
&& 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
3737

3838
RUN echo "---> Adding Redis" && \
3939
pecl install redis && \

0 commit comments

Comments
 (0)