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 ae50c2a commit 3cfea1cCopy full SHA for 3cfea1c
dockerfile.sh
@@ -7,8 +7,9 @@ fi
7
RUN_CMDS=''
8
9
if [[ $PHP_RUNTIME == php* ]]; then
10
+ RUN_CMDS="$RUN_CMDS && \\\\\n docker-php-ext-install zip"
11
RUN_CMDS="$RUN_CMDS && \\\\\n git clone https://github.com/tarantool/tarantool-php.git /usr/src/php/ext/tarantool"
- RUN_CMDS="$RUN_CMDS && \\\\\n echo tarantool >> /usr/src/php-available-exts && docker-php-ext-install zip tarantool"
12
+ RUN_CMDS="$RUN_CMDS && \\\\\n echo tarantool >> /usr/src/php-available-exts && docker-php-ext-install tarantool"
13
fi
14
15
if [[ $PHPUNIT_OPTS =~ (^|[[:space:]])--coverage-[[:alpha:]] ]]; then
0 commit comments