Skip to content

Commit f226850

Browse files
committed
fix(php): install pdo extensions
1 parent fec73f2 commit f226850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV \
1111
LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"
1212

1313
ARG 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
1717
RUN { \

0 commit comments

Comments
 (0)