Skip to content

Commit fb775bf

Browse files
author
Eugene Leonovich
committed
Add missing tarantool extension into dockerfile.sh
1 parent cc624f2 commit fb775bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfile.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ fi
77
RUN_CMDS=''
88

99
if [[ $PHP_RUNTIME == php* ]]; then
10-
RUN_CMDS="$RUN_CMDS && \\\\\n docker-php-ext-install zip"
10+
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"
1112
fi
1213

1314
if [[ $PHPUNIT_OPTS =~ (^|[[:space:]])--clover-[[:alpha:]] ]]; then

0 commit comments

Comments
 (0)