update php-fpm ssh2 ext version
This commit is contained in:
parent
d6b7d95f34
commit
8dd77527f6
@ -108,7 +108,7 @@ RUN if [ ${INSTALL_SSH2} = true ]; then \
|
|||||||
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
|
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
|
||||||
pecl install -a ssh2-0.13; \
|
pecl install -a ssh2-0.13; \
|
||||||
else \
|
else \
|
||||||
pecl install -a ssh2-1.2; \
|
pecl install -a ssh2-1.3.1; \
|
||||||
fi && \
|
fi && \
|
||||||
docker-php-ext-enable ssh2 \
|
docker-php-ext-enable ssh2 \
|
||||||
;fi
|
;fi
|
||||||
|
Loading…
Reference in New Issue
Block a user