Skip to content

Commit 28d9661

Browse files
authored
Merge pull request #39 from spaceonfire/development
fix(php): install pdo extensions
2 parents eac33bb + c704dcb commit 28d9661

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 { \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Docker образ, основанный на Alpine Linux, с установле
2121

2222
| Docker Tag | PHP Version |
2323
| ------------------------------------- | ----------- |
24-
| `latest` / `latest-7.4` / `2.4.0-7.4` | 7.4.9 |
25-
| `latest-7.3` / `2.4.0-7.3` | 7.3.21 |
26-
| `latest-7.2` / `2.4.0-7.2` | 7.2.33 |
24+
| `latest` / `latest-7.4` / `2.4.1-7.4` | 7.4.9 |
25+
| `latest-7.3` / `2.4.1-7.3` | 7.3.21 |
26+
| `latest-7.2` / `2.4.1-7.2` | 7.2.33 |
2727
| `next-8.0-rc` | 8.0.0-rc |
2828

2929
## Быстрый старт

0 commit comments

Comments
 (0)