【发布时间】:2021-10-28 06:35:21
【问题描述】:
i have error when i run composer install command
docker problem start is here
RUN if [ ${INSTALL_SOAP} = true ]; then \
# Install the PHP SOAP extension
apt-get update -yqq && \
apt-get -y install libxml2-dev php${LARADOCK_PHP_VERSION}-soap \
;fi
Your requirements could not be resolved to an installable set of packages.
问题 1 - artisaninweb/laravel-soap 0.3.0.9 的安装请求 -> artisaninweb/laravel-soap[0.3.0.9] 可满足。 - artisaninweb/laravel-soap 0.3.0.9 需要 ext-soap * -> 您的系统中缺少请求的 PHP 扩展soap。
【问题讨论】:
标签: php linux docker soap docker-compose