Update Dockerfile
sepecified pecl swoole version for php 7.1
This commit is contained in:
parent
6556a9125a
commit
27dfbbfab1
@ -293,7 +293,7 @@ RUN set -eux; \
|
||||
elif [ $(php -r "echo PHP_VERSION_ID - PHP_RELEASE_VERSION;") = "70000" ]; then \
|
||||
pecl install swoole-4.3.5; \
|
||||
elif [ $(php -r "echo PHP_VERSION_ID - PHP_RELEASE_VERSION;") = "70100" ]; then \
|
||||
pecl install swoole-4.6.0; \
|
||||
pecl install swoole-4.5.11; \
|
||||
else \
|
||||
pecl install swoole; \
|
||||
fi; \
|
||||
|
Loading…
Reference in New Issue
Block a user