docker php 安装yaml扩展

apt-get update -y 
apt install libyaml-dev -y
pecl install yaml
docker-php-ext-enable yaml

你可能感兴趣的:(docker php 安装yaml扩展)