fix(YAML extension): avoid typo
This commit is contained in:
parent
95fe1b179f
commit
9317b71ebc
|
@ -843,7 +843,7 @@ RUN if [ ${INSTALL_YAML} = true ]; then \
|
|||
echo '' | pecl install -a yaml-1.3.2; \
|
||||
elif [ $(php -r "echo PHP_MAJOR_VERSION;") = "7" ] && [ $(php -r "echo PHP_MINOR_VERSION;") = "0" ]; then \
|
||||
echo '' | pecl install yaml-2.0.4; \
|
||||
else
|
||||
else \
|
||||
echo '' | pecl install yaml; \
|
||||
fi \
|
||||
&& docker-php-ext-enable yaml; \
|
||||
|
|
Loading…
Reference in New Issue