Skip to content

Commit 6676486

Browse files
committed
"docker-php-ext-install pdo_mysql"
1 parent e06bae0 commit 6676486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN curl -L -o /tmp/redis.tar.gz https://github.com/phpredis/phpredis/archive/$P
88
&& rm -r /tmp/redis.tar.gz \
99
&& mkdir -p /usr/src/php/ext \
1010
&& mv phpredis-$PHPREDIS_VERSION /usr/src/php/ext/redis \
11-
&& docker-php-ext-install redis
11+
&& docker-php-ext-install redis \
12+
&& docker-php-ext-install pdo_mysql
1213

1314
# build php-cp
1415
COPY . /usr/src/php/ext/php-cp

0 commit comments

Comments
 (0)