利用laradock添加phpsop扩展提示:Package 'php-soap' has no installation candidate

Info:

Docker version: 18.03.0-ce-mac60 (23751)
Laradock commit: 0c41fce:
System info (Mac, PC, Linux): Mac
System info disto/version: 10.13.4

Issue:

.env

WORKSPACE_INSTALL_SOAP=true
PHP_FPM_INSTALL_SOAP=true

When I try to run the command docker-compose build workspace php-fpm , I get this error

Step 5/70 : RUN if [ ${INSTALL_SOAP} = true ]; then     apt-get update -yqq &&     apt-get -y install libxml2-dev php-soap &&     docker-php-ext-install soap ;fi
 ---> Running in 69e28f1b8df4
Reading package lists...
Building dependency tree...
Reading state information...
Package php-soap is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'php-soap' has no installation candidate
ERROR: Service 'php-fpm' failed to build: The command '/bin/sh -c if [ ${INSTALL_SOAP} = true ]; then     apt-get update -yqq &&     apt-get -y install libxml2-dev php-soap &&     docker-php-ext-install soap ;fi' returned a non-zero code: 100

解决方案

修改php-fpm/Dockerfile 文件

在 apt-get update -yqq && \ apt-get y install libxml2-dev php-soap && \ 前添加

rm /etc/apt/preferences.d/no-debian-php && \



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值