Skip to content

Commit bff3fad

Browse files
committed
Clean up after OCI8 install
1 parent cb0ea62 commit bff3fad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

root/tmp/setup/oci8-extension.sh

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ ln -s /usr/local/instantclient/sqlplus /usr/bin/sqlplus
2323

2424
echo 'instantclient,/usr/local/instantclient' | pecl install oci8 && docker-php-ext-enable oci8
2525
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

Comments
 (0)