We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0ea62 commit bff3fadCopy full SHA for bff3fad
root/tmp/setup/oci8-extension.sh
@@ -23,3 +23,6 @@ ln -s /usr/local/instantclient/sqlplus /usr/bin/sqlplus
23
24
echo 'instantclient,/usr/local/instantclient' | pecl install oci8 && docker-php-ext-enable oci8
25
echo 'oci8.statement_cache_size = 0' >> /usr/local/etc/php/conf.d/docker-php-ext-oci8.ini
26
+
27
+# Keep our image size down.
28
+pecl clear-cache
0 commit comments