Merge pull request #676 from appwrite/feat-optimize-build

Optimize build
This commit is contained in:
Eldad A. Fux
2020-10-13 16:48:14 +03:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@ arch:
os: linux
language: minimal
notifications:
email:
- team@appwrite.io
+2 -1
View File
@@ -112,7 +112,8 @@ RUN \
&& pecl install imagick yaml \
&& docker-php-ext-enable imagick yaml \
&& docker-php-ext-install sockets opcache pdo_mysql \
&& apk del .deps
&& apk del .deps \
&& rm -rf /var/cache/apk/*
WORKDIR /usr/src/code