Skip to content

Commit ddb222d

Browse files
Added sqlite3 for tests in contrib that depend on it (#1725)
1 parent 919d55c commit ddb222d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN apt-get install -y \
3535
php${PHP_VERSION}-rdkafka \
3636
php${PHP_VERSION}-mysqli \
3737
php${PHP_VERSION}-pgsql \
38+
php${PHP_VERSION}-sqlite3 \
3839
unzip
3940

4041
COPY --from=composer /usr/bin/composer /usr/local/bin/composer

0 commit comments

Comments
 (0)