Explorar el Código

Add php soap (woocommerce)

Girish Ramakrishnan hace 7 años
padre
commit
e61564a3bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ MAINTAINER Girish Ramakrishnan <girish@cloudron.io>
 
 # this can be removed in next base image update
 RUN apt-get update && \
-    apt-get install -y php7.0-zip crudini && \
+    apt-get install -y php7.0-zip crudini php7.0-soap && \
     rm -rf /var/cache/apt /var/lib/apt/lists
 
 RUN mkdir -p /app/code