[store-web] Install php-soap
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [store-web] Install php-soap
- Date: Mon, 24 Aug 2020 10:22:24 +0000 (UTC)
commit bf4400178cb50deafa7547c0d5ebf608cb16d848
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Aug 24 12:22:18 2020 +0200
Install php-soap
Dockerfile | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
index 2c59b92..5411b86 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,6 +12,9 @@ ADD msmtprc /etc/msmtprc
ADD msmtp.ini /usr/local/etc/php/conf.d/msmtp.ini
RUN chown 1000420000:1000420000 /etc/msmtprc && chmod 600 /etc/msmtprc
+RUN apt-get install -y libxml2-dev &&\
+ docker-php-ext-install soap
+
RUN apt-get install -y libldap-2.4-2 libldap2-dev && \
docker-php-ext-configure ldap && \
docker-php-ext-install -j$(nproc) ldap
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]