背景说明为了避免每次都安装各种扩展,搭建了一个比较常用的扩展地址:https://hub.docker.com/repository/docker/zhanghuizong/php-7.4。3-fpm构建的常用php扩展,欢迎使用图片包含内容composerphp常用扩展脚本文件phpscript#!/bin/bashdockerrun-it--rm--namephp-7.4.3-fpm-cli-v"$PWD":/tmp-w/tmpzhanghuizong/php-7.4.3-fpm:v1.0.0php$@放置脚本:/usr/local/bin/phpcomposerscript#!/bin/bashdockerrun-it--rm--namephp-7.4.3-fpm-cli-v"$PWD":/tmp-w/tmpzhanghuizong/php-7.4.3-fpm:v1.0.0composer$@将脚本放在:/usr/local/bin/composer镜像PHP扩展[PHP模块]amqpbcmathcalendarCorectypecurldatedomfileinfofilterftpgdhashiconvjsonlibxmlmbstringmcryptmongodbmysqlndopensslpcntlpcrePDOpdo_mysqlpdo_sqlitePharposixreadlineredisReflectionsessionSimpleXMLsoapsocketssodiumSPLsqlite3standardswoogtokenizerxswriterxmlxmlreaderxmlwriterZendOPcachezipzlib[Zend模块]XdebugZendOPcache
