Browse Source

install zip php extension

Girish Ramakrishnan 8 năm trước cách đây
mục cha
commit
5c13f4b372
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 crudini && \
+    apt-get install -y php7.0-zip crudini && \
     rm -r /var/cache/apt /var/lib/apt/lists
 
 RUN mkdir -p /app/code