Browse Source

Add php soap (woocommerce)

Girish Ramakrishnan 7 years ago
parent
commit
e61564a3bc
1 changed files with 1 additions and 1 deletions
  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