If you received a
E: Couldn't find any package by regex 'php7.1-soap'
when using docker php:apache image
try
apt-get install php-soap
instead
SOAP サポートを有効にするには、--enable-soap を指定して PHP の configure を行います。
If you received a
E: Couldn't find any package by regex 'php7.1-soap'
when using docker php:apache image
try
apt-get install php-soap
instead