For this command in the build step: sudo docker-php-ext-install pdo_mysql
Started getting this error today: Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20170718/ /usr/local/bin/docker-php-ext-enable: 108: /usr/local/bin/docker-php-ext-enable: cannot create /conf.d/docker-php-ext-pdo_mysql.ini: Directory nonexistent Exited with code 123
I building with below (without cache) circleci/php:7.2-node-browsers circleci/mysql:5.7
By the way, I got similar errors as topic26722 yesterday. topic26722: Apt-get error, exited with code 100
Then today, no error occurred with api update, but instead this issue appeared.
I guess both error is a image file problem.
@rohara Are there going to be any image changes that make env variables available to sudo without the -E flag as this was the case several days ago? Particularly with circleci/php:7.2-node-browsers.
In the latest version of circleci/php:5.6.37-apache-node I confirmed that’s the issue by commenting out the new line and adding back in the old one. Here’s what I have for lines 108 and 109 now: