Switched from PHPBrew-based configuration to the Docker-based

As per the support response, continuousphp switched to building their containers based on the official images from PHP.
parent 66d926b5
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
set -euo pipefail set -euo pipefail
phpbrew ext install pdo_oci -- --with-pdo-oci=instantclient,/usr/local/instantclient docker-php-ext-configure pdo_oci --with-pdo-oci=instantclient,/usr/local/instantclient
sudo -E env PHP_INI_DIR=/usr/local/etc/php docker-php-ext-install pdo_oci
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment