We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc624f2 commit fb775bfCopy full SHA for fb775bf
dockerfile.sh
@@ -7,7 +7,8 @@ fi
7
RUN_CMDS=''
8
9
if [[ $PHP_RUNTIME == php* ]]; then
10
- RUN_CMDS="$RUN_CMDS && \\\\\n docker-php-ext-install zip"
+ RUN_CMDS="$RUN_CMDS && \\\\\n git clone https://github.com/tarantool/tarantool-php.git /usr/src/php/ext/tarantool"
11
+ RUN_CMDS="$RUN_CMDS && \\\\\n docker-php-ext-install zip tarantool"
12
fi
13
14
if [[ $PHPUNIT_OPTS =~ (^|[[:space:]])--clover-[[:alpha:]] ]]; then
0 commit comments