Enable soap for php in docker container
I have been unable to get soap to work with my php Docker setup.
I am using Docker CE for Windows Version 18.03.1-ce-win65 (17513). PHP version 7.2.3
I've tried running from inside the container which results in
Reading package lists... Done
Building dependency tree
Reading state information... Done
*
Package php-soap is a virtual package provided by:
* php7.0-soap 7.0.27-0+deb9u1 [Not candidate version]*apt-get install php-soap
E: Package 'php-soap' has no installation candidate
Running
results in the error configure: error: libxml2 not found. Please check your libxml2 installation.docker-php-ext-install soap
However when looking at php info I see the following: libxml2 Version => 2.9.4