1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Optimize build

This commit is contained in:
Eldad Fux 2020-10-13 11:51:41 +03:00
parent ba219f8d88
commit f8dc58bb6f
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,8 @@ arch:
os: linux
language: minimal
notifications:
email:
- team@appwrite.io

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