Skip to content

Commit

Permalink
Copy php.ini config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Nov 28, 2023
1 parent cc877cd commit 820a2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/build/docker_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/u
chmod +x /usr/local/bin/composer

docker-php-ext-install pdo_mysql zip mysqli intl
cp /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
sed -i 's/error_reporting = E_ALL/error_reporting = E_ALL & ~E_DEPRECATED/g' /usr/local/etc/php/php.ini

0 comments on commit 820a2c9

Please sign in to comment.