Skip to content

Commit 3cfea1c

Browse files
author
Eugene Leonovich
committed
Fix dockerfile.sh
1 parent ae50c2a commit 3cfea1c

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,8 +7,9 @@ fi
77
RUN_CMDS=''
88

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

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

0 commit comments

Comments
 (0)