Skip to content

Commit a847c02

Browse files
authored
Merge pull request #28 from appwrite/feat-remove-opcache
Remove opcache extension
2 parents 85109ce + 6f8878d commit a847c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ RUN \
188188
docker-cli \
189189
libgomp \
190190
git \
191-
&& docker-php-ext-install sockets opcache pdo_mysql pdo_pgsql \
191+
&& docker-php-ext-install sockets pdo_mysql pdo_pgsql \
192192
&& apk del .deps \
193193
&& rm -rf /var/cache/apk/*
194194

0 commit comments

Comments
 (0)