maybe this package will do it
This commit is contained in:
parent
397461e34a
commit
2e3110dc01
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ image: php:7.1-alpine
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add git sqlite
|
- apk add git php-sqlite3
|
||||||
- docker-php-ext-install pdo_mysql pdo_sqlite
|
- docker-php-ext-install pdo_mysql pdo_sqlite
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- php composer.phar install
|
- php composer.phar install
|
||||||
|
|
Loading…
Reference in a new issue