소스 검색

Add the php-imap module for catchers addon

Part of #24
Johannes Zellner 7 년 전
부모
커밋
b7e05b9371
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 php7.0-soap && \
+    apt-get install -y php-zip crudini php-soap php-imap && \
     rm -rf /var/cache/apt /var/lib/apt/lists
 
 RUN mkdir -p /app/code