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
To enable SOAP support, configure PHP with --enable-soap .
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