File tree Expand file tree Collapse file tree 4 files changed +1
-36
lines changed Expand file tree Collapse file tree 4 files changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ RUN /tmp/setup/locales-gen.sh
3333ADD root/tmp/setup/php-extensions.sh /tmp/setup/php-extensions.sh
3434RUN /tmp/setup/php-extensions.sh
3535
36- # Install Oracle Instantclient
37- ADD root/tmp/setup/oci8-extension.sh /tmp/setup/oci8-extension.sh
38- RUN /tmp/setup/oci8-extension.sh
39- ENV LD_LIBRARY_PATH /usr/local/instantclient
40-
4136# Install Microsoft sqlsrv.
4237ADD root/tmp/setup/sqlsrv-extension.sh /tmp/setup/sqlsrv-extension.sh
4338RUN /tmp/setup/sqlsrv-extension.sh
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ $ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-a
2424* Autobuilt from GHA, on push.
2525* Support for entrypoint scripts and PHP Configuration
2626* Many common extensions available
27+ * Note that PHP 8.4 images do not include oci extensions as these are no longer supported by Moodle 5.0 onwards.
2728
2829## Directories
2930To facilitate testing and easy setup the following directories are created and owned by www-data by default:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 'ldap ' ,
1010 'memcached ' ,
1111 'mysqli ' ,
12- 'oci8 ' ,
1312 'pgsql ' ,
1413 'redis ' ,
1514 'soap ' ,
You can’t perform that action at this time.
0 commit comments