Merge pull request #1566 from bestlong/fix-php-fpm-ext-soap
Fix install php ext SOAP No package php-soap available
This commit is contained in:
commit
07410e80cf
|
@ -48,6 +48,7 @@ ARG INSTALL_SOAP=false
|
|||
|
||||
RUN if [ ${INSTALL_SOAP} = true ]; then \
|
||||
# Install the soap extension
|
||||
rm /etc/apt/preferences.d/no-debian-php && \
|
||||
apt-get update -yqq && \
|
||||
apt-get -y install libxml2-dev php-soap && \
|
||||
docker-php-ext-install soap \
|
||||
|
|
Loading…
Reference in New Issue