File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ build-next-8-0:
124124 DOCKER_IMAGE_TAG : next-8.0-rc
125125 PHP_BASEIMAGE_VERSION : $PHP_8_0
126126 XDEBUG_VERSION : master
127- PHP_EXTENSIONS : " dom exif gd iconv intl mysqli opcache pdo pdo soap xsl zip"
127+ PHP_EXTENSIONS : " dom exif gd iconv intl mysqli opcache pdo_mysql pdo_sqlite soap xsl zip"
128128 CACHE_FROM : $CI_REGISTRY_IMAGE:next-8.0-rc
129129 only :
130130 - next
Original file line number Diff line number Diff line change 1111 LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"
1212
1313ARG XDEBUG_VERSION=2.9.6
14- ARG PHP_EXTENSIONS="dom exif gd iconv intl json mysqli opcache pdo pdo soap xsl zip"
14+ ARG PHP_EXTENSIONS="dom exif gd iconv intl json mysqli opcache pdo_mysql pdo_sqlite soap xsl zip"
1515
1616# Install dependencies
1717RUN { \
You can’t perform that action at this time.
0 commit comments